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

7 lines
215 B
TypeScript
Raw Normal View History

2025-11-25 15:23:22 +08:00
import { Module } from "./module";
export declare type VNodeStyle = Record<string, string> & {
delayed?: Record<string, string>;
remove?: Record<string, string>;
};
export declare const styleModule: Module;