UNPKG

@hackplan/polaris

Version:

Shopify’s product component library

6 lines (5 loc) 153 B
import React from 'react'; export interface Props { children: React.ReactNode; } export default function Truncate({ children }: Props): JSX.Element;