UNPKG

@snowball-tech/fractal

Version:

Fractal's (Snowball's design system) React component library based on RadixUI and PandaCSS

16 lines (13 loc) 755 B
import * as react_jsx_runtime from 'react/jsx-runtime'; import { InputPinCodeProps } from './InputPinCode.types.js'; import 'react'; import '../InputText/InputText.types.js'; import '../Button/Button.types.js'; import '@snowball-tech/design-tokens/dist/web/typescript/constants'; import '../constants-QFINMz1u.js'; import '../Button/Button.constants.js'; declare const InputPinCode: { ({ autoFocus, defaultValue, description, disabled, error, id, label, length, name, onBlur, onChange, onComplete, onFieldChange, onFocus, onKeyDown, placeholders, readOnly, required, split, splitAt, success, value, wrapper, ...props }: InputPinCodeProps): react_jsx_runtime.JSX.Element; displayName: string; }; export { InputPinCode, InputPinCode as default };