Type Alias ITabsOutletProps<Data, Payload, Other>

Represents the props for a TabsOutlet component.

Type Parameters

  • Data = IAnything

    The type of data to be passed to the TabsOutlet component.

  • Payload = IAnything

    The type of payload to be passed to the TabsOutlet component.

  • Other = {}

    Additional properties to be included in the TabsOutlet props.