You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
701 B

/**
*
*/
export declare const getDynamicClassNames: (value: string) => string[];
/**
*
*/
export declare function getClassNames(code: string): string[];
/**
* class
*/
export declare function getClassContent(code: string): string[];
/**
*
*/
export declare function getNodes(code: string): string[];
/**
* script
*/
export declare function addScriptContent(code: string, content: string): string;
/**
* Tailwind
*/
export declare function isTailwindClass(className: string): boolean;
/**
* interface type
*/
export declare function interfaceToType(code: string): string;