UNPKG

wix-style-react

Version:
13 lines 397 B
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