UNPKG

@atlaskit/eslint-plugin-design-system

Version:

The essential plugin for use with the Atlassian Design System.

3 lines (2 loc) 184 B
import { type Property, type StringableASTNode } from 'eslint-codemod-utils'; export declare function convertPropertyNodeToStringableNode(node: Property): StringableASTNode<Property>;