UNPKG

payload

Version:

Node, React, Headless CMS and Application Framework built on Next.js

6 lines 274 B
import type { StaticLabel } from '../../../config/types.js'; import type { SelectField } from '../../config/types.js'; export declare const baseTimezoneField: (args: { label?: StaticLabel; } & Partial<SelectField>) => SelectField; //# sourceMappingURL=baseField.d.ts.map