UNPKG

@alyle/ui

Version:

Minimal Design, a set of components for Angular

8 lines (7 loc) 218 B
export declare function styleCompiler(content: string): string; /** * If a string contains a lyl style * For testing purposes only * @param str content */ export declare function hasLylStyle(str: string): boolean;