Math3D Full Project API
    Preparing search index...
    type TabButtonProps = {
        active: boolean;
        children: React.ReactNode;
        onClick: () => void;
    }
    Index

    Properties

    active: boolean
    children: React.ReactNode
    onClick: () => void