UNPKG

fomantic-ui-react

Version:

Fomantic-UI React -- A React Component Library.

8 lines (7 loc) 295 B
import React from 'react'; import { StepContentProps } from './type'; declare const StepContent: { ({ as, className, content, children, ...props }: StepContentProps): React.ReactElement<any, string | React.JSXElementConstructor<any>>; displayName: string; }; export default StepContent;