UNPKG

@fluentui/react-northstar

Version:
12 lines (11 loc) 570 B
import { BoxProps } from '../Box/Box'; export interface AttachmentDescriptionOwnProps { } export interface AttachmentDescriptionProps extends AttachmentDescriptionOwnProps, BoxProps { } export declare type AttachmentDescriptionStylesProps = never; export declare const attachmentDescriptionClassName = "ui-attachment__description"; /** * A AttachmentDescription provides more detailed information about the Attachment. */ export declare const AttachmentDescription: import("@fluentui/react-bindings").ComponentWithAs<"span", AttachmentDescriptionOwnProps & BoxProps>;