UNPKG

tdesign-react

Version:
9 lines (8 loc) 371 B
import './style/index.js'; export type { StepsProps } from './Steps'; export type { StepItemProps } from './StepItem'; export * from './type'; export declare const Steps: import("react").FunctionComponent<import("./Steps").StepsProps & import("react").RefAttributes<any>> & { StepItem: import("react").FC<import("./StepItem").StepItemProps>; }; export default Steps;