Repository URL to install this package:
|
Version:
3.12.2 ▾
|
| lib |
| types |
| LICENSE |
| package.json |
| README.md |
@filerobot/utilsA helper NPM package contains all utils used by Filerobot Media Asset Widget plugins.
npm install --save @filerobot/utils
yarn add @filerobot/utils
then
import getFileLink, { constants } from '@filerobot/utils' ... ... ... <TickArrowIcon color="#FFFFFF" onClick={() => console.log('tick')} />
Note: Check each function's params from the function's file itself.