UNPKG

@atlaskit/eslint-plugin-design-system

Version:

The essential plugin for use with the Atlassian Design System.

3 lines (2 loc) 138 B
import type { Rule } from 'eslint'; export declare const isDecendantOfPrimitive: (node: Rule.Node, context: Rule.RuleContext) => boolean;