Files
Stackq/node_modules/bits-ui/dist/bits/pin-input/exports.d.ts
T
eewing cf73cd3b4c INIT
2026-02-17 14:10:16 -06:00

4 lines
233 B
TypeScript

export { default as Root } from "./components/pin-input.svelte";
export { default as Cell } from "./components/pin-input-cell.svelte";
export type { PinInputRootProps as RootProps, PinInputCellProps as CellProps } from "./types.js";