UNPKG

@nfdi4plants/swate-components

Version:

Customizable React components for ontology annotation, based on Swate and the ARC.

9 lines 681 B
export type FloatingUIModule_Placement = "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end"; export type FloatingUIModule_PressEvent = "pointerdown" | "mousedown" | "click"; export type FloatingUIModule_RoleAttribute = "dialog" | "tooltip" | "menu" | "listbox" | "grid" | "tree" | "alertdialog" | "label" | "select" | "combobox"; export type FloatingUIModule_Status = "Unmounted" | "Initial" | "Open" | "Close"; export interface FloatingUIModule_UseTransitionStatusReturn { isMounted: boolean; status: FloatingUIModule_Status; } //# sourceMappingURL=FloatingUI.fs.d.ts.map