Searched defs:Time (Results 1 – 4 of 4) sorted by relevance
17 export declare const Time: ComponentType<TimeProps>; constant
16 export declare const Time: React.ComponentType<TimeProps>; constant
43 export const Time = forwardRef(({ style, ...props }, ref) => { constant
46 export const Time = forwardRef(({ dateTime, ...props }, ref) => { constant