UNPKG

@fluentui/react-northstar

Version:
13 lines (12 loc) 556 B
import { BoxProps } from '../Box/Box'; interface CardExpandableBoxOwnProps { } export interface CardExpandableBoxProps extends CardExpandableBoxOwnProps, BoxProps { } export declare type CardExpandableBoxStylesProps = never; export declare const cardExpandableBoxClassName = "ui-card__expandablebox"; /** * A CardExpandableBox is used to display data in which is partially hidden and shown on focus/hover. */ export declare const CardExpandableBox: import("@fluentui/react-bindings").ComponentWithAs<"div", CardExpandableBoxProps & BoxProps>; export {};