UNPKG

@codebakery/origami

Version:
14 lines (13 loc) 279 B
export interface ShadyCSS { nativeCss: boolean; nativeShadow: boolean; CustomStyleInterface?: { addCustomStyle(style: HTMLStyleElement): void; }; flushCustomStyles(): void; } declare global { interface Window { ShadyCSS: ShadyCSS; } }