wix-style-react
Version:
wix-style-react
6 lines • 336 B
TypeScript
export type Predicate = (s: Element) => boolean;
export type Preset = string;
export type Elm = HTMLDivElement | Element;
export declare const popoverHostElementId = "wsr-popover-host";
export declare function getAppendToElement(appendTo?: Preset | Predicate | Elm, node?: Element): any;
//# sourceMappingURL=getAppendToElement.d.ts.map