@terrazzo/parser
Version:
Parser/validator for the Design Tokens Community Group (DTCG) standard.
8 lines • 368 B
TypeScript
import type { LintRule } from '../../../types.js';
export declare const VALID_CUBIC_BEZIER = "core/valid-cubic-bezier";
declare const ERROR = "ERROR";
declare const ERROR_X = "ERROR_X";
declare const ERROR_Y = "ERROR_Y";
declare const rule: LintRule<typeof ERROR | typeof ERROR_X | typeof ERROR_Y>;
export default rule;
//# sourceMappingURL=valid-cubic-bezier.d.ts.map