UNPKG

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