mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-10 05:32:28 +03:00
simplify eslint rules
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
export interface OverlayScrollbarsComponentProps {
|
||||
msg: string;
|
||||
element?: string;
|
||||
options?: {};
|
||||
events?: {};
|
||||
}
|
||||
|
||||
export const OverlayScrollbarsComponent = (props: OverlayScrollbarsComponentProps) => {
|
||||
|
||||
Reference in New Issue
Block a user