wix-style-react
Version:
wix-style-react
13 lines • 397 B
TypeScript
export default TextLabel;
declare function TextLabel({ ellipsis, placement, children, ...propsWithNoDefaults }: {
[x: string]: any;
ellipsis?: boolean | undefined;
placement?: string | undefined;
children: any;
}): React.JSX.Element;
declare namespace TextLabel {
let propTypes: any;
let displayName: string;
}
import React from 'react';
//# sourceMappingURL=index.d.ts.map