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