UNPKG

@pagamio/frontend-commons-lib

Version:

Pagamio library for Frontend reusable components like the form engine and table container

8 lines (7 loc) 200 B
import React from 'react'; interface HoverableValueProps { value: string; truncatedValue: string; } declare const HoverableValue: React.FC<HoverableValueProps>; export default HoverableValue;