UNPKG

@fluentui/react-northstar

Version:
12 lines (11 loc) 536 B
import { BoxProps } from '../Box/Box'; export interface ListItemHeaderMediaOwnProps { } export interface ListItemHeaderMediaProps extends ListItemHeaderMediaOwnProps, BoxProps { } export declare type ListItemHeaderMediaStylesProps = ListItemHeaderMediaOwnProps; export declare const listItemHeaderMediaClassName = "ui-list__itemheadermedia"; /** * Provides a header media for the ListItem. */ export declare const ListItemHeaderMedia: import("@fluentui/react-bindings").ComponentWithAs<"div", ListItemHeaderMediaOwnProps & BoxProps>;