UNPKG

flowbite-svelte

Version:

Flowbite components for Svelte

5 lines (4 loc) 239 B
export { default as Drawer } from "./Drawer.svelte"; export { default as Drawerhead } from "./Drawerhead.svelte"; export { default as DrawerHandle } from "./DrawerHandle.svelte"; export { drawer, drawerhead, drawerhandle } from "./theme";