@terrazzo/parser
Version:
Parser/validator for the Design Tokens Community Group (DTCG) standard.
11 lines • 488 B
TypeScript
import type { LintRule } from '../../../types.js';
export declare const REQUIRED_TYPOGRAPHY_PROPERTIES = "core/required-typography-properties";
export interface RuleRequiredTypographyPropertiesOptions {
/** Required typography properties */
properties: string[];
/** Token globs to ignore */
ignore?: string[];
}
declare const rule: LintRule<never, RuleRequiredTypographyPropertiesOptions>;
export default rule;
//# sourceMappingURL=required-typography-properties.d.ts.map