@yamada-ui/react
Version:
React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion
16 lines (14 loc) • 604 B
JavaScript
import { __export } from "../../_virtual/rolldown_runtime.js";
import { DataListDescription, DataListItem, DataListPropsContext, DataListRoot, DataListTerm, useDataListPropsContext } from "./data-list.js";
//#region src/components/data-list/namespace.ts
var namespace_exports = /* @__PURE__ */ __export({
Description: () => DataListDescription,
Item: () => DataListItem,
PropsContext: () => DataListPropsContext,
Root: () => DataListRoot,
Term: () => DataListTerm,
usePropsContext: () => useDataListPropsContext
});
//#endregion
export { namespace_exports };
//# sourceMappingURL=namespace.js.map