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