fractal-core
Version:
A minimalist and well crafted app, content or component is our conviction
35 lines (34 loc) • 687 B
TypeScript
export declare const CONTAINER: {
'a': boolean;
'defs': boolean;
'glyph': boolean;
'g': boolean;
'marker': boolean;
'mask': boolean;
'missing-glyph': boolean;
'pattern': boolean;
'svg': boolean;
'switch': boolean;
'symbol': boolean;
'text': boolean;
'desc': boolean;
'metadata': boolean;
'title': boolean;
};
export declare const VOID: {
area: boolean;
base: boolean;
br: boolean;
col: boolean;
embed: boolean;
hr: boolean;
img: boolean;
input: boolean;
keygen: boolean;
link: boolean;
meta: boolean;
param: boolean;
source: boolean;
track: boolean;
wbr: boolean;
};