UNPKG

@upv/react-ui-core

Version:

**USHI Design System — Modern UI Component Library**

8 lines (7 loc) 180 B
import React from "react"; interface DOBFieldProps { value: string; onChange: (value: string) => void; } export declare const DOBField: React.FC<DOBFieldProps>; export {};