UNPKG

rightui

Version:

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

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