Interface NumberFormatPart

interface NumberFormatPart {
    type: keyof NumberFormatPartTypeRegistry;
    value: string;
}
Hierarchy

Properties

Properties

value: string