Sha256: b2846f8afb0d94ce5ea2ea24e38b1b0e7282dee7354f5d02a1b80056dd90019b
Contents?: true
Size: 539 Bytes
Versions: 2
Compression:
Stored size: 539 Bytes
Contents
import { GlobalProps } from '../utilities/globalProps'; declare type TimeRangeInlineProps = { aria?: { [key: string]: string; }; className?: string; id?: string; data?: { [key: string]: string; }; alignment?: "left" | "center" | "vertical"; size?: "sm" | "xs"; dark?: boolean; icon?: boolean; timezone?: boolean; startTime: Date; endTime: Date; } & GlobalProps; declare const TimeRangeInline: (props: TimeRangeInlineProps) => JSX.Element; export default TimeRangeInline;
Version data entries
2 entries across 2 versions & 1 rubygems