@rcsb/rcsb-saguaro
    Preparing search index...

    Interface RcsbFvUIButtonInterface

    interface RcsbFvUIButtonInterface {
        callback: () => void;
        icon: ReactNode;
        name: string;
    }
    Index

    Properties

    Properties

    callback: () => void
    icon: ReactNode
    name: string