UNPKG

@lidofinance/utils

Version:

Utils for Lido Finance projects. Part of [Lido UI Components](https://github.com/lidofinance/ui/#readme)

5 lines (4 loc) 259 B
export declare type LidoComponentProps<T extends keyof JSX.IntrinsicElements, Props extends object = {}> = Props & Omit<JSX.IntrinsicElements[T] & { as?: keyof JSX.IntrinsicElements; forwardedAs?: keyof JSX.IntrinsicElements; }, 'ref' | keyof Props>;