UNPKG

@engie-group/fluid-design-system-react

Version:

Fluid Design System React

3 lines (2 loc) 157 B
import React, { ElementType } from 'react'; export type WithHTMLAttributes<P, T extends ElementType> = Omit<React.ComponentPropsWithoutRef<T>, keyof P> & P;