tdesign-react
Version:
TDesign Component for React
9 lines (8 loc) • 371 B
TypeScript
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;