UNPKG

zent

Version:

一套前端设计语言和基于React的实现

4 lines (3 loc) 325 B
import { IShowTime, IShowTimeRange, IShowTimeOptionWithDefault } from '../types'; export declare function useShowTimeRangeOption(showTime?: IShowTimeRange<string>): Array<IShowTimeOptionWithDefault | undefined>; export declare function useShowTimeOption(showTime?: IShowTime<string>): IShowTimeOptionWithDefault | undefined;