1.3.2 • Published 3 years ago

@lidofinance/utils v1.3.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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