UNPKG

@web-atoms/core-docs

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