export interface CodeFieldProps { digits: number; onChange?: (value: string) => void; error?: boolean; placeholder?: string; }