UNPKG

funda-ui

Version:

React components using pure Bootstrap 5+ which does not contain any external style and script libraries.

8 lines (7 loc) 237 B
/// <reference types="react" /> export declare type DigitalClockProps = { tmpl?: (date: any) => void; militaryTime?: boolean; }; declare const DigitalClock: (props: DigitalClockProps) => JSX.Element; export default DigitalClock;