Membrane React - v0.2.1
    Preparing search index...

    Variable CellButtonConst

    CellButton: ForwardRefExoticComponent<
        HTMLAttributes<HTMLButtonElement> & CellProps & {} & {
            type?: "icon";
            disabled?: boolean;
        } & RefAttributes<HTMLButtonElement>,
    > = ...