UNPKG

roko-date-picker

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