UNPKG

@gzup/macaw-ui-4

Version:

Gzup's UI component library

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