UNPKG

seqviz-plus

Version:
11 lines (10 loc) 259 B
/// <reference types="react" /> export default function FloatingMenu({ close, seq, start, end, top, left, seqComp }: { close: any; seq: any; start: any; end: any; top: any; left: any; seqComp?: string | undefined; }): JSX.Element;