UNPKG

@keen.io/ui-core

Version:

Keen visual components library

13 lines (12 loc) 316 B
import { FC } from 'react'; declare type Props = { relativity: string; value: number; units: string; onChange: (timeframe: string) => void; label: string; unitsPlaceholder: string; disableAutoFocus?: boolean; }; declare const TimePeriod: FC<Props>; export default TimePeriod;