@yamada-ui/react
Version:
React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion
22 lines (20 loc) • 718 B
JavaScript
import { __export } from "../../_virtual/rolldown_runtime.js";
import { Caption, Col, Colgroup, NativeTablePropsContext, NativeTableRoot, Tbody, Td, Tfoot, Th, Thead, Tr, useNativeTablePropsContext } from "./native-table.js";
//#region src/components/native-table/namespace.ts
var namespace_exports = /* @__PURE__ */ __export({
Caption: () => Caption,
Col: () => Col,
Colgroup: () => Colgroup,
PropsContext: () => NativeTablePropsContext,
Root: () => NativeTableRoot,
Tbody: () => Tbody,
Td: () => Td,
Tfoot: () => Tfoot,
Th: () => Th,
Thead: () => Thead,
Tr: () => Tr,
usePropsContext: () => useNativeTablePropsContext
});
//#endregion
export { namespace_exports };
//# sourceMappingURL=namespace.js.map