UNPKG

shineout

Version:

Shein 前端组件库

5 lines (4 loc) 160 B
/// <reference types="react" /> import { InputGroupProps } from './Props'; declare function Group(props: InputGroupProps): JSX.Element[]; export default Group;