UNPKG

@chakra-ui/react

Version:

Responsive and accessible React UI components built with React and Emotion

7 lines (6 loc) 290 B
import { type Dict } from "../utils"; import { type SystemContext } from "./types"; export declare function createNormalizeFn(context: { utility: SystemContext["utility"]; normalize: SystemContext["normalizeValue"]; }): (styles: Dict) => import("../utils").MappedObject<Dict, any>;