UNPKG

bits-ui

Version:

The headless components for Svelte.

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