UNPKG

@atlaskit/eslint-plugin-design-system

Version:

The essential plugin for use with the Atlassian Design System.

3 lines (2 loc) 158 B
import type { CallExpression, ObjectExpression } from 'estree'; export declare const getCssMapObject: (node: CallExpression) => ObjectExpression | undefined;