UNPKG

@chakra-ui/react

Version:

Responsive and accessible React UI components built with React and Emotion

3 lines (2 loc) 155 B
import type { Layers, SystemConfig } from "./types"; export declare function createLayers(config: Pick<SystemConfig, "layers" | "disableLayers">): Layers;