UNPKG

antd-style

Version:

css-in-js solution for application combine with antd v5 token system and emotion

7 lines (6 loc) 193 B
import { EmotionCache } from '@emotion/utils'; export declare const createExtractCritical: (cache: EmotionCache) => (html: string) => { html: string; ids: string[]; css: string; };