@wix/design-system
Version:
@wix/design-system
28 lines • 938 B
TypeScript
export class FloatingHelper extends React.Component<any, any, any> {
constructor(props: any);
constructor(props: any, context: any);
closablePopoverRef: any;
open: () => any;
close: () => any;
_isControlled(): boolean;
_getCloseButtonHandler(closableActions: any): any;
_renderContent(closableActions: any, { width, content, skin }: {
width: any;
content: any;
skin: any;
}): React.JSX.Element;
render(): React.JSX.Element;
}
export namespace FloatingHelper {
export let displayName: string;
export namespace defaultProps {
let appendTo: string;
let width: string;
let initiallyOpened: boolean;
let appearance: string;
}
export { FloatingHelperContent as Content };
}
import React from 'react';
import { FloatingHelperContent } from './FloatingHelperContent/FloatingHelperContent';
//# sourceMappingURL=FloatingHelper.d.ts.map