UNPKG

@carbon/ibm-products

Version:

Carbon for IBM Products

7 lines (6 loc) 264 B
/** * StringFormatter allows for truncating text while displaying a tooltip * overlay on hover or focus with the entirety of the provided copy. */ export let StringFormatter: React.ForwardRefExoticComponent<React.RefAttributes<any>>; import React from 'react';