source: src/components/scrollbar/types.ts

main
Last change on this file was 5d6f37a, checked in by Naum Shapkarovski <naumshapkarovski@…>, 8 weeks ago

add customer

  • Property mode set to 100644
File size: 283 bytes
Line 
1import { Props } from 'simplebar-react';
2// @mui
3import { Theme, SxProps } from '@mui/material/styles';
4
5// ----------------------------------------------------------------------
6
7export interface ScrollbarProps extends Props {
8 children?: React.ReactNode;
9 sx?: SxProps<Theme>;
10}
Note: See TracBrowser for help on using the repository browser.