UNPKG

shineout

Version:

A components library for React

5 lines (4 loc) 146 B
import { InputGroupProps } from '@sheinx/base'; export interface GroupProps extends Omit<InputGroupProps, 'jssStyle'> { className?: string; }