PanelProps: {
height?: number;
offset?: [number, number];
opacity?: number;
origin?: "top-left" | "top-right" | "bottom-left" | "bottom-right";
padding?: number;
width?: number;
}
Type declaration
Optionalheight?: number
Optionaloffset?: [number, number]
Optionalopacity?: number
Optionalorigin?: "top-left" | "top-right" | "bottom-left" | "bottom-right"
Optionalpadding?: number
Optionalwidth?: number
Panel props