UNPKG

339 BTypeScriptView Raw
1import { ThemingProps } from "@chakra-ui/system";
2import { Dict } from "@chakra-ui/utils";
3import { ThemeExtension } from "../extend-theme";
4export declare function withDefaultSize({ size, components, }: {
5 size: ThemingProps["size"];
6 components?: string[] | Dict;
7}): ThemeExtension;
8//# sourceMappingURL=with-default-size.d.ts.map
\No newline at end of file