UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

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