UNPKG

usimple-macaw-ui

Version:
12 lines (10 loc) 194 B
import { makeStyles } from "../theme"; export const useStyles = makeStyles( () => ({ wrapper: { overflowY: "scroll", maxHeight: 500, }, }), { name: "DialogTable" } );