UNPKG

@hhgtech/hhg-components

Version:
5 lines (4 loc) 129 B
import { FC } from 'react'; import { TDOB } from "./"; declare const DOB: FC<TDOB<Record<string, any>>>; export default DOB;