react-sweet-progress icon indicating copy to clipboard operation
react-sweet-progress copied to clipboard

Typescript support

Open amanadi007 opened this issue 5 years ago • 1 comments

Anyone get this working with Typescript? Please share your .d.ts.

amanadi007 avatar Nov 18 '20 08:11 amanadi007

Try:

// @ts-ignore import { Progress } from 'react-sweet-progress';

Was a solution I find

dotbruu avatar Jul 18 '21 14:07 dotbruu