SystemTimeFormat

Definition

export type SystemTimeFormat = keyof typeof TIME_FORMAT_MAP;

Usage

import { SystemTimeFormat } from 'uxp/components';

Last updated