UNPKG

@atlaskit/stylelint-design-system

Version:

Stylelint plugin for use with the Atlassian Design System.

3 lines (2 loc) 128 B
import { type Node, type WordNode } from 'postcss-value-parser'; export declare const isWord: (node: Node) => node is WordNode;