UNPKG

420 BTypeScriptView Raw
1import { Sheet, SheetInit } from 'twind';
2export * from 'twind';
3export * from 'twind/sheets';
4
5interface AsyncVirtualSheet extends Sheet {
6 readonly target: readonly string[];
7 init: SheetInit;
8 reset: () => void;
9 enable: () => void;
10 disable: () => void;
11}
12declare const asyncVirtualSheet: () => AsyncVirtualSheet;
13
14export { AsyncVirtualSheet, asyncVirtualSheet };
15//# sourceMappingURL=server.d.ts.map