Home > @uniformdev/design-system > KeyValueItem
KeyValueItem type
Signature:
type KeyValueItem<TValue extends string = string> = {
key: string;
value: TValue;
uniqueId?: string;
};
Home > @uniformdev/design-system > KeyValueItem
Signature:
type KeyValueItem<TValue extends string = string> = {
key: string;
value: TValue;
uniqueId?: string;
};