UNPKG

xbpr

Version:

xbp react ui by @arco-design/web-react

6 lines (5 loc) 224 B
import React from 'react'; import { StepProps } from './interface'; declare const StepComponent: React.ForwardRefExoticComponent<StepProps & React.RefAttributes<unknown>>; export default StepComponent; export { StepProps };