Guaxu Docs
    Preparing search index...

    Interface TabPanelProps

    interface TabPanelProps {
        children: ReactNode;
        id: string;
    }
    Index

    Properties

    Properties

    children: ReactNode
    id: string

    Must match the id of its corresponding TabItem.