UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

7 lines (6 loc) 214 B
import React from 'react'; export interface TruncateProps { children: React.ReactNode; } export declare function Truncate({ children }: TruncateProps): JSX.Element; //# sourceMappingURL=Truncate.d.ts.map