UNPKG

rightui

Version:

Beautiful UI library for Svelte. Based on shadcn-svelte. For Wonrity

5 lines (4 loc) 260 B
import { Drawer as DrawerPrimitive } from "vaul-svelte"; declare const DrawerDescription: import("svelte").Component<DrawerPrimitive.DescriptionProps, {}, "ref">; type DrawerDescription = ReturnType<typeof DrawerDescription>; export default DrawerDescription;