UNPKG

shineout

Version:

Shein 前端组件库

6 lines (5 loc) 373 B
import React from 'react'; import { OriginRateProps, ArgProps } from './Props'; declare type InnerProps = Omit<OriginRateProps, keyof ArgProps>; declare const _default: (background: ArgProps['background'], front: ArgProps['front'], opts?: Partial<InnerProps>) => React.ComponentType<import("../Form/Props").GetInputableProps<InnerProps, unknown>>; export default _default;