UNPKG

bits-ui

Version:

The headless components for Svelte.

5 lines (4 loc) 194 B
import type { ButtonRootProps } from "../types.js"; declare const Button: import("svelte").Component<ButtonRootProps, {}, "ref">; type Button = ReturnType<typeof Button>; export default Button;