UNPKG

@builder.io/mitosis

Version:

Write components once, run everywhere. Compiles to Vue, React, Solid, and Liquid. Import code from Figma and Builder.io

5 lines (4 loc) 160 B
export declare const htmlElementAttributes: { [key: string]: string[]; }; export declare const isHtmlAttribute: (attr: string, tagName: string) => boolean;