@terrazzo/parser
Version:
Parser/validator for the Design Tokens Community Group (DTCG) standard.
7 lines • 354 B
TypeScript
import type { LintRule } from '../../../types.js';
export declare const VALID_BORDER = "core/valid-border";
declare const ERROR = "ERROR";
declare const ERROR_INVALID_PROP = "ERROR_INVALID_PROP";
declare const rule: LintRule<typeof ERROR | typeof ERROR_INVALID_PROP, Record<string, never>>;
export default rule;
//# sourceMappingURL=valid-border.d.ts.map