jstd-web/node_modules/snabbdom/build/modules/style.d.ts

7 lines
215 B
TypeScript

import { Module } from "./module";
export declare type VNodeStyle = Record<string, string> & {
delayed?: Record<string, string>;
remove?: Record<string, string>;
};
export declare const styleModule: Module;