fomantic-ui-react
Version:
Fomantic-UI React -- A React Component Library.
25 lines (24 loc) • 1.31 kB
TypeScript
/// <reference types="react" />
import './style/index.js';
export * from './type';
export declare const Step: {
({ as, className, active, disabled, completed, link, content, children, ...props }: import("./type").StepProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
displayName: string;
Group: {
({ as, className, ordered, vertical, content, children, ...props }: import("./type").StepGroupProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
displayName: string;
};
Content: {
({ as, className, content, children, ...props }: import("./type").StepContentProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
displayName: string;
};
Title: {
({ as, className, content, children, ...props }: import("./type").StepTitleProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
displayName: string;
};
Description: {
({ as, className, content, children, ...props }: import("./type").StepDescriptionProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
displayName: string;
};
};
export default Step;