@yamada-ui/react
Version:
React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion
4 lines • 802 B
TypeScript
import { NativeTableStyle, nativeTableStyle } from "./native-table.style.js";
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";
import { namespace_d_exports } from "./namespace.js";
export { Caption, type CaptionProps, Col, type ColProps, Colgroup, type ColgroupProps, namespace_d_exports as NativeTable, NativeTablePropsContext, NativeTableRoot, type NativeTableRootProps, NativeTableStyle, Tbody, type TbodyProps, Td, type TdProps, Tfoot, type TfootProps, Th, type ThProps, Thead, type TheadProps, Tr, type TrProps, nativeTableStyle, useNativeTablePropsContext };