UNPKG

@keen.io/ui-core

Version:

Keen visual components library

6 lines (5 loc) 216 B
import { TIME_UNITS } from '../../../constants'; declare type Keys = keyof typeof TIME_UNITS; declare type Units = typeof TIME_UNITS[Keys]; export declare const getInterval: (units: Units) => string; export {};