UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

13 lines (12 loc) 368 B
export interface IDetailsRowCheckProps { selected?: boolean; /** * @deprecated * Deprecated at v.65.1 and will be removed by v 1.0. Use 'selected' instead. */ isSelected?: boolean; anySelected: boolean; ariaLabel: string; canSelect: boolean; } export declare const DetailsRowCheck: (props: IDetailsRowCheckProps) => JSX.Element;