UNPKG

@fuxui/base

Version:

ui kit - svelte 5 + tailwind 4 - base components

6 lines (5 loc) 288 B
import type { WithChildren, WithElementRef } from 'bits-ui'; import type { HTMLAttributes } from 'svelte/elements'; declare const Box: import("svelte").Component<WithElementRef<WithChildren<HTMLAttributes<HTMLDivElement>>>, {}, "">; type Box = ReturnType<typeof Box>; export default Box;