index.d.ts 123 B

12
  1. import type { CustomRender } from './interface';
  2. export declare function extractStyle(customTheme?: CustomRender): string;