Hiyve Components - v1.0.0
    Preparing search index...

    Interface WaitForHostScreenRenderProps

    Render props for WaitForHostScreen customization.

    interface WaitForHostScreenRenderProps {
        renderActions?: (onCancel: () => void) => ReactNode;
        renderIcon?: () => ReactNode;
        renderProgress?: (
            progress: number,
            remainingSeconds: number | null,
        ) => ReactNode;
    }
    Index

    Properties

    renderActions?: (onCancel: () => void) => ReactNode

    Custom renderer for the action buttons

    renderIcon?: () => ReactNode

    Custom renderer for the status icon

    renderProgress?: (
        progress: number,
        remainingSeconds: number | null,
    ) => ReactNode

    Custom renderer for the progress bar