interface ValueWithStyle {
    style?: string;
    value?: string;
}

Properties

Properties

style?: string
value?: string