@yamada-ui/react
Version:
React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion
27 lines (25 loc) • 1.01 kB
JavaScript
const require_rolldown_runtime = require('../../_virtual/rolldown_runtime.cjs');
const require_native_table = require('./native-table.cjs');
//#region src/components/native-table/namespace.ts
var namespace_exports = /* @__PURE__ */ require_rolldown_runtime.__export({
Caption: () => require_native_table.Caption,
Col: () => require_native_table.Col,
Colgroup: () => require_native_table.Colgroup,
PropsContext: () => require_native_table.NativeTablePropsContext,
Root: () => require_native_table.NativeTableRoot,
Tbody: () => require_native_table.Tbody,
Td: () => require_native_table.Td,
Tfoot: () => require_native_table.Tfoot,
Th: () => require_native_table.Th,
Thead: () => require_native_table.Thead,
Tr: () => require_native_table.Tr,
usePropsContext: () => require_native_table.useNativeTablePropsContext
});
//#endregion
Object.defineProperty(exports, 'namespace_exports', {
enumerable: true,
get: function () {
return namespace_exports;
}
});
//# sourceMappingURL=namespace.cjs.map