@stereograph/teiaviewer - v18.6.0-dev
    Preparing search index...

    Interface ToolbarItemGroupProps

    interface ToolbarItemGroupProps {
        children?: ReactNode;
        isDeactivable?: boolean;
        sx?: SxProps;
    }
    Index

    Properties

    children?: ReactNode
    isDeactivable?: boolean
    sx?: SxProps