UNPKG

@vitus-labs/elements

Version:
51 lines 1.42 kB
export declare const RESERVED_PROPS: readonly ["innerRef", "tag", "block", "label", "children", "beforeContent", "afterContent", "equalCols", "vertical", "direction", "alignX", "alignY", "css", "contentCss", "beforeContentCss", "afterContentCss", "contentDirection", "contentAlignX", "contentAlignY", "beforeContentDirection", "beforeContentAlignX", "beforeContentAlignY", "afterContentDirection", "afterContentAlignX", "afterContentAlignY"]; export declare const INLINE_ELEMENTS: { span: boolean; a: boolean; button: boolean; input: boolean; label: boolean; select: boolean; textarea: boolean; br: boolean; img: boolean; strong: boolean; small: boolean; code: boolean; b: boolean; big: boolean; i: boolean; tt: boolean; abbr: boolean; acronym: boolean; cite: boolean; dfn: boolean; em: boolean; kbd: boolean; samp: boolean; var: boolean; bdo: boolean; map: boolean; object: boolean; q: boolean; script: boolean; sub: boolean; sup: boolean; }; export declare const EMPTY_ELEMENTS: { area: boolean; base: boolean; br: boolean; col: boolean; embed: boolean; hr: boolean; img: boolean; input: boolean; keygen: boolean; link: boolean; textarea: boolean; source: boolean; track: boolean; wbr: boolean; }; //# sourceMappingURL=constants.d.ts.map