@veracity/vui
Version:
Veracity UI is a React component library crafted for use within Veracity applications and pages. Based on Styled Components and @xstyled.
10 lines (9 loc) • 336 B
TypeScript
import { VuiComponent } from "../core/vui.js";
import { DrawerProps } from "./drawer.types.js";
import "../index.js";
//#region src/drawer/drawer.d.ts
/** Drawer component based on Dialog. */
declare const Drawer: VuiComponent<"div", DrawerProps>;
//#endregion
export { Drawer, Drawer as default };
//# sourceMappingURL=drawer.d.ts.map