Type Alias PanelProps

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

Panel props

Type declaration

  • Optionalheight?: number
  • Optionaloffset?: [number, number]
  • Optionalopacity?: number
  • Optionalorigin?: "top-left" | "top-right" | "bottom-left" | "bottom-right"
  • Optionalpadding?: number
  • Optionalwidth?: number