UNPKG

@atlaskit/eslint-plugin-design-system

Version:

The essential plugin for use with the Atlassian Design System.

7 lines (6 loc) 151 B
type KeyValue = { key: string; value: string; }; export declare const countMatchingKeyValues: (styleEntries: KeyValue[]) => number; export {};