UNPKG

@fluentui/react-northstar

Version:
14 lines (13 loc) 560 B
import { BoxProps } from '../Box/Box'; export interface ListItemEndMediaOwnProps { navigable?: boolean; selectable?: boolean; } export interface ListItemEndMediaProps extends ListItemEndMediaOwnProps, BoxProps { } export declare type ListItemEndMediaStylesProps = ListItemEndMediaOwnProps; export declare const listItemEndMediaClassName = "ui-list__itemendmedia"; /** * Provides a header media for the ListItem. */ export declare const ListItemEndMedia: import("@fluentui/react-bindings").ComponentWithAs<"div", ListItemEndMediaOwnProps & BoxProps>;