js-util

Home > rc-js-util > TProperty

TProperty type

Signature:

export declare type TProperty<K extends string, TValue> = {
    [P in K]: TValue;
};