UNPKG

@chakra-ui/react

Version:

Responsive and accessible React UI components built with React and Emotion

4 lines (3 loc) 196 B
import type { CssProperties } from "./css.types"; import type { PreflightConfig } from "./types"; export declare function createPreflight(options: PreflightConfig): Record<string, CssProperties>;