@aptre/flex-layout
    Preparing search index...

    Interface ITabSetRenderValues

    interface ITabSetRenderValues {
        buttons: ReactNode[];
        overflowPosition: number | undefined;
        stickyButtons: ReactNode[];
    }
    Index

    Properties

    buttons: ReactNode[]

    components that will be added at the end of the tabset

    overflowPosition: number | undefined

    position to insert overflow button within [...stickyButtons, ...buttons] if left undefined position will be after the sticky buttons (if any)

    stickyButtons: ReactNode[]

    components that will be added after the tabs