UNPKG

roko-date-picker

Version:
7 lines (6 loc) 155 B
import React from "react"; type Props = { visible: boolean; }; declare const SquareCellIndicator: React.FC<Props>; export default SquareCellIndicator;