@lwc/style-compiler
Version:
Transform style sheet to be consumed by the LWC engine
5 lines (4 loc) • 320 B
TypeScript
export declare function isGlobalAttribute(attributeName: string): boolean;
export declare function isAriaAttribute(attributeName: string): boolean;
export declare function isDataAttribute(attributeName: string): boolean;
export declare function isKnowAttributeOnElement(tagName: string, attributeName: string): boolean;