PanelProps: {
height?: number;
offset?: [number, number];
opacity?: number;
origin?: "top-left" | "top-right" | "bottom-left" | "bottom-right";
padding?: number;
width?: number;
}
Type declaration
Optional
height?: number
Optional
offset?: [number, number]
Optional
opacity?: number
Optional
origin?: "top-left" | "top-right" | "bottom-left" | "bottom-right"
Optional
padding?: number
Optional
width?: number
Panel props