Utils for Lido Finance projects. Part of [Lido UI Components](https://github.com/lidofinance/ui/#readme)
npm install @lidofinance/utilsUtils for Lido Finance projects.
Part of Lido UI Components
``bash`
yarn add @lidofinance/utils
`ts
import { LidoComponentProps } from '@lidofinance/utils'
export type ButtonProps = LidoComponentProps<
'button',
{
size?: 'md' | 'lg'
variant?: 'filled' | 'outlined'
}
>
``
Check out our Storybook at https://ui.lido.fi