@aappddeevv/dynamics-client-ui
Version:
## What is it? A library to help you create great dynamics applications.
12 lines (11 loc) • 340 B
TypeScript
/// <reference types="react" />
/**
* The width 100% seems to fix some cut-offs when the text
* in the inner div seems to prematurely get ellipsis. This
* means the parent div needs to have a width constrained
* somehow.
*/
export declare const Ellipsis: ({ children }: {
children: any;
}) => JSX.Element;
export default Ellipsis;