UNPKG

fomantic-ui-react

Version:

Fomantic-UI React -- A React Component Library.

8 lines (7 loc) 293 B
import React from 'react'; import { NagProps } from './type'; declare const Nag: { ({ as, className, style, active, title, fixed, complete, children, ...props }: NagProps): React.ReactElement<any, string | React.JSXElementConstructor<any>>; displayName: string; }; export default Nag;