UNPKG

@tributelabs/dao-focus

Version:
9 lines (8 loc) 322 B
import { BASE_CLASS_NAME_MAP } from "../styles"; import { TimeRangeOptions } from "../types"; export declare function TimeRangeSelector({ cn, onChange, options, value, }: { cn: typeof BASE_CLASS_NAME_MAP; onChange: (selected: string) => void; options?: string[]; value?: TimeRangeOptions; }): JSX.Element;