8 lines
196 B
TypeScript
Raw Normal View History

2026-05-31 13:21:13 +02:00
/**
* Sanitizes directive objects
*
* @param args - Directive's JSON
*/
export declare const sanitizeDirective: (args: any) => void;
export declare const sanitizeCss: (str: string) => string;