@wix/design-system
Version:
@wix/design-system
18 lines • 589 B
TypeScript
/** FloatingHelperContent */
export function FloatingHelperContent({ title, body, actionText, onActionClick, actionTheme, image, appearance, footer, direction, ...props }: {
[x: string]: any;
title: any;
body: any;
actionText: any;
onActionClick: any;
actionTheme?: string | undefined;
image: any;
appearance?: string | undefined;
footer: any;
direction?: string | undefined;
}): React.JSX.Element;
export namespace FloatingHelperContent {
let displayName: string;
}
import React from 'react';
//# sourceMappingURL=FloatingHelperContent.d.ts.map