mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 15:30:57 +00:00
7 lines
198 B
TypeScript
7 lines
198 B
TypeScript
import type { ConfigArray } from 'typescript-eslint';
|
|
declare const plugin: {
|
|
configs: Record<string, ConfigArray>;
|
|
rules: {};
|
|
};
|
|
export default plugin;
|
|
//# sourceMappingURL=angular.d.ts.map
|