UNPKG

web-atoms-core

Version:
6 lines 167 B
export interface IKeyValuePair { key: string; value: string; } export declare type KeyValuePairs = IKeyValuePair[]; //# sourceMappingURL=KeyValuePairs.d.ts.map