UNPKG

ember-template-lint-plugin-denylist

Version:
10 lines 276 B
declare type Attribute = { name: Attribute | string; values: string | string[]; }; export declare type DenylistConfig = { attributes?: Attribute[]; }; export declare type FullDenylistConfig = DenylistConfig | boolean; export {}; //# sourceMappingURL=index.d.ts.map