Searched defs:PopupComponent (Results 1 – 2 of 2) sorted by relevance
70 PopupComponent(const ComposeId& id, const std::string& name, const RefPtr<Component>& child) in PopupComponent() function76 PopupComponent(const ComposeId& id, const std::string& name) : ComposedComponent(id, name) in PopupComponent() function
234 export class PopupComponent extends ViewPU { class