@fluentui/react-northstar
Version:
A themable React component library.
12 lines (11 loc) • 570 B
TypeScript
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>;