UNPKG

@chakra-ui/react

Version:

Responsive and accessible React UI components built with React and Emotion

4 lines (3 loc) 217 B
import type { SystemConfig, SystemContext } from "./types"; export declare function createSystem(...configs: SystemConfig[]): SystemContext; export declare const isValidSystem: (mod: unknown) => mod is SystemContext;