UNPKG

@arco-design/web-react

Version:

Arco Design React UI Library.

9 lines (8 loc) 245 B
/// <reference types="react" /> declare type PickerContext = { utcOffset?: number; timezone?: string; weekStart?: 0 | 1 | 2 | 3 | 4 | 5 | 6; }; declare const _default: import("react").Context<PickerContext>; export default _default;