astro-ghostcms/.pnpm-store/v3/files/ae/1039cc29d08e0a92178a5147a50...

4 lines
169 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
import type { RuleModule } from "../types";
export declare function buildA11yRules(): RuleModule[];
export declare function buildA11yConfigs(): Record<string, unknown>;