UNPKG

eslint-plugin-mui-sx-order

Version:

Auto-sorts MUI sx/style props for clean, consistent code with ESLint

8 lines 221 B
declare const plugin: { rules: { 'sort-sx-properties': import("eslint").Rule.RuleModule; 'sort-sx-keys': import("eslint").Rule.RuleModule; }; }; export = plugin; //# sourceMappingURL=index.d.ts.map