UNPKG

shineout

Version:
9 lines (8 loc) 187 B
import { InputGroupProps } from '@sheinx/base'; /** * @title Input.Group * @sort 2 */ export interface GroupProps extends Omit<InputGroupProps, 'jssStyle'> { className?: string; }