simplify eslint rules

This commit is contained in:
Rene Haas
2022-10-24 14:17:28 +02:00
parent 913af4d4c4
commit 64e64b30f7
13 changed files with 62 additions and 83 deletions
@@ -1,5 +1,7 @@
export interface OverlayScrollbarsComponentProps {
msg: string;
element?: string;
options?: {};
events?: {};
}
export const OverlayScrollbarsComponent = (props: OverlayScrollbarsComponentProps) => {