UNPKG

@yosgo/swap-ui

Version:
6 lines (5 loc) 164 B
import { PaperProps } from "@material-ui/core"; export interface MyPaperProps extends PaperProps { width?: number | string; height: number | string; }