UNPKG

@bytebeans/macaw-ui

Version:

Saleor's UI component library

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