@snowball-tech/fractal
Version:
Fractal's (Snowball's design system) React component library based on RadixUI and TailwindCSS
37 lines (36 loc) • 748 B
TypeScript
import { t as InputPinCodeProps } from "./InputPinCode.types-B4TGu4jq.js";
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
//#region src/components/InputPinCode/InputPinCode.d.ts
declare const InputPinCode: {
({
autoFocus,
defaultValue,
description,
disabled,
error,
id,
label,
labelElement,
length,
name,
onBlur,
onChange,
onComplete,
onFieldChange,
onFocus,
onKeyDown,
placeholders,
readOnly,
required,
split,
splitAt,
success,
value,
wrapper,
...props
}: InputPinCodeProps): _$react_jsx_runtime0.JSX.Element;
displayName: string;
};
//#endregion
export { InputPinCode as t };
//# sourceMappingURL=InputPinCode-BTvodHYZ.d.ts.map