anvil/striker-ui/types/InnerPanel.d.ts

8 lines
186 B
TypeScript
Raw Normal View History

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