projecte_ionic/node_modules/@angular-eslint/eslint-plugin-template/dist/utils/is-interactive-element/get-interactive-element-ax-object-schemas.d.ts
2022-02-09 18:30:03 +01:00

9 lines
223 B
TypeScript
Executable file

interface AXObjectSchema {
name: string;
attributes?: {
name: string;
value?: string;
}[];
}
export declare function getInteractiveElementAXObjectSchemas(): AXObjectSchema[];
export {};