interface RoundedTabProps {
    radius?: number;
    strokeColor?: string;
    strokeWidth?: number;
}

Hierarchy

  • HTMLAttributes<HTMLElement>
    • RoundedTabProps

Properties

radius?: number
strokeColor?: string
strokeWidth?: number