UNPKG

215 BTypeScriptView Raw
1import { Module } from "./module";
2export declare type VNodeStyle = Record<string, string> & {
3 delayed?: Record<string, string>;
4 remove?: Record<string, string>;
5};
6export declare const styleModule: Module;