UNPKG

@rcsb/rcsb-saguaro-3d

Version:
15 lines (14 loc) 661 B
import * as React from "react"; import { DataContainer } from "../../../../../Utils/DataContainer"; import { RcsbFvModulePublicInterface } from "@rcsb/rcsb-saguaro-app/lib/RcsbFvWeb/RcsbFvModule/RcsbFvModuleInterface"; import { RcsbFvStateInterface } from "../../../../../RcsbFvState/RcsbFvStateInterface"; export interface MsaUiSortInterface { rcsbFvContainer: DataContainer<RcsbFvModulePublicInterface<{}, {}, {}, { targetId: string; }>>; stateManager: RcsbFvStateInterface; } export declare class MsaUiSortComponent extends React.Component<MsaUiSortInterface> { render(): import("react/jsx-runtime").JSX.Element; private click; }