anvil/striker-ui/types/InnerPanel.d.ts
2023-06-19 15:15:31 -04:00

8 lines
186 B
TypeScript

type InnerPanelOptionalProps = {
headerMarginOffset?: number | string;
mv?: number | string;
};
type InnerPanelProps = InnerPanelOptionalProps &
import('@mui/material').BoxProps;