Files

8 lines
196 B
TypeScript
Raw Permalink Normal View History

2025-11-23 14:59:17 -08:00
/**
* Sanitizes directive objects
*
* @param args - Directive's JSON
*/
export declare const sanitizeDirective: (args: any) => void;
export declare const sanitizeCss: (str: string) => string;