UNPKG

@terrazzo/parser

Version:

Parser/validator for the Design Tokens Community Group (DTCG) standard.

9 lines 492 B
import type { LintRule } from '../../../types.js'; export declare const VALID_STROKE_STYLE = "core/valid-stroke-style"; declare const ERROR_STR = "ERROR_STR"; declare const ERROR_OBJ = "ERROR_OBJ"; declare const ERROR_LINE_CAP = "ERROR_LINE_CAP"; declare const ERROR_INVALID_PROP = "ERROR_INVALID_PROP"; declare const rule: LintRule<typeof ERROR_STR | typeof ERROR_OBJ | typeof ERROR_LINE_CAP | typeof ERROR_INVALID_PROP>; export default rule; //# sourceMappingURL=valid-stroke-style.d.ts.map