wix-style-react
Version:
wix-style-react
23 lines • 645 B
TypeScript
export function extractEllipsisProps({ appendTo, disabled, ellipsis, enterDelay, exitDelay, fixed, flip, maxWidth, moveArrowTo, onHide, onShow, placement, showTooltip, textAlign, zIndex, maxLines, ...componentProps }: {
[x: string]: any;
appendTo: any;
disabled: any;
ellipsis: any;
enterDelay: any;
exitDelay: any;
fixed: any;
flip: any;
maxWidth: any;
moveArrowTo: any;
onHide: any;
onShow: any;
placement: any;
showTooltip: any;
textAlign: any;
zIndex: any;
maxLines: any;
}): {
ellipsisProps: any;
componentProps: any;
};
//# sourceMappingURL=EllipsisUtils.d.ts.map