UNPKG

@openproject/primer-view-components

Version:

ViewComponents of the Primer Design System for OpenProject

2 lines (1 loc) 128 B
export declare const observeMutationsUntilConditionMet: (element: Element, condition: () => boolean, body: () => void) => void;