UNPKG

react-rut

Version:
9 lines 264 B
declare type State = { isValid: boolean; rawValue: string; formattedValue: string; }; declare type SetRut = (value: string) => void; export default function useRut(defaultValue?: string): [State, SetRut]; export {}; //# sourceMappingURL=useRut.d.ts.map