UNPKG

roko-date-picker

Version:
5 lines (4 loc) 99 B
import { FC } from "react"; type Props = {}; declare const Label: FC<Props>; export default Label;