UNPKG

react-timekeeper

Version:

Time picker based on the style of the Google Keep app

7 lines (6 loc) 155 B
/// <reference types="react" /> interface Props { close: () => void; } export default function TimeDropdown({ close }: Props): JSX.Element; export {};