UNPKG

@blocklet/ui-react

Version:

Some useful front-end web components that can be used in Blocklets.

9 lines (8 loc) 296 B
interface TimezoneSelectProps { value: string; onChange: (value: string) => void; disabled?: boolean; mode?: 'drawer' | 'self'; } export declare function TimezoneSelect({ value, onChange, disabled, mode }: TimezoneSelectProps): import("react/jsx-runtime").JSX.Element; export {};