UNPKG

@atlaskit/eslint-plugin-design-system

Version:

The essential plugin for use with the Atlassian Design System.

5 lines (4 loc) 182 B
/** * Takes a template literal and returns [key, value] array of the css properties */ export declare const makeTemplateLiteralIntoEntries: (templateString: string) => string[][];