@yamada-ui/react
Version:
React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion
9 lines (8 loc) • 898 B
TypeScript
import { CheckboxCardAddon, CheckboxCardAddonProps, CheckboxCardDescription, CheckboxCardDescriptionProps, CheckboxCardLabel, CheckboxCardLabelProps, CheckboxCardPropsContext, CheckboxCardRoot, CheckboxCardRootProps, useCheckboxCardPropsContext } from "./checkbox-card.js";
//#region src/components/checkbox-card/checkbox-card.namespace.d.ts
declare namespace checkbox_card_namespace_d_exports {
export { CheckboxCardAddon as Addon, CheckboxCardAddonProps as AddonProps, CheckboxCardDescription as Description, CheckboxCardDescriptionProps as DescriptionProps, CheckboxCardLabel as Label, CheckboxCardLabelProps as LabelProps, CheckboxCardPropsContext as PropsContext, CheckboxCardRoot as Root, CheckboxCardRootProps as RootProps, useCheckboxCardPropsContext as usePropsContext };
}
//#endregion
export { checkbox_card_namespace_d_exports };
//# sourceMappingURL=checkbox-card.namespace.d.ts.map