UNPKG

@ebay/ui-core-react

Version:

Skin components build off React

7 lines 228 B
import { FC } from "react"; type CurrentTimeControlProps = { a11ySkipToLiveText?: string; }; export declare const CurrentTimeControl: FC<CurrentTimeControlProps>; export {}; //# sourceMappingURL=current-time-control.d.ts.map