UNPKG

@fuxui/base

Version:

ui kit - svelte 5 + tailwind 4 - base components

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