UNPKG

fomantic-ui-react

Version:

Fomantic-UI React -- A React Component Library.

44 lines (43 loc) 2.27 kB
/// <reference types="react" /> import { FeedProps } from './type'; declare const Feed: { ({ as, className, children, ...props }: FeedProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>; displayName: string; Event: { ({ as, className, children, ...props }: import("./type").FeedEventProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>; displayName: string; }; Label: { ({ as, className, children, ...props }: import("./type").FeedLabelProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>; displayName: string; }; Content: { ({ as, className, children, ...props }: import("./type").FeedContentProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>; displayName: string; }; Summary: { ({ as, className, children, ...props }: import("./type").FeedSummaryProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>; displayName: string; }; User: { ({ as, className, content, children, ...props }: import("./type").FeedUserProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>; displayName: string; }; Date: { ({ as, className, content, children, ...props }: import("./type").FeedDateProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>; displayName: string; }; Extra: { ({ as, className, children, ...props }: import("./type").FeedExtraProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>; displayName: string; }; Meta: { ({ as, className, children, ...props }: import("./type").FeedMetaProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>; displayName: string; }; Like: { ({ as, className, children, ...props }: import("./type").FeedLikeProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>; displayName: string; }; }; export default Feed;