@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) • 787 B
TypeScript
import { Caption, CaptionProps, Col, ColProps, Colgroup, ColgroupProps, NativeTablePropsContext, NativeTableRoot, NativeTableRootProps, Tbody, TbodyProps, Td, TdProps, Tfoot, TfootProps, Th, ThProps, Thead, TheadProps, Tr, TrProps, useNativeTablePropsContext } from "./native-table.js";
//#region src/components/native-table/namespace.d.ts
declare namespace namespace_d_exports {
export { Caption, CaptionProps, Col, ColProps, Colgroup, ColgroupProps, NativeTablePropsContext as PropsContext, NativeTableRoot as Root, NativeTableRootProps as RootProps, Tbody, TbodyProps, Td, TdProps, Tfoot, TfootProps, Th, ThProps, Thead, TheadProps, Tr, TrProps, useNativeTablePropsContext as usePropsContext };
}
//#endregion
export { namespace_d_exports };
//# sourceMappingURL=namespace.d.ts.map