@lidofinance/utils
v1.3.2
Published
Utils for Lido Finance projects. Part of [Lido UI Components](https://github.com/lidofinance/ui/#readme)
Downloads
10,888
Readme
Utils
Utils for Lido Finance projects. Part of Lido UI Components
Install
yarn add @lidofinance/utils
Usage
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