UNPKG

fomantic-ui-react

Version:

Fomantic-UI React -- A React Component Library.

45 lines (44 loc) 2.31 kB
/// <reference types="react" /> import './style/index.js'; export * from './type'; export declare const Feed: { ({ as, className, children, ...props }: import("./type").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;