UNPKG

rightui

Version:

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

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