UNPKG

@fluentui/react

Version:

Reusable React components for building web experiences.

3 lines (2 loc) 192 B
import type { IButtonGridCellProps } from './ButtonGridCell.types'; export declare const ButtonGridCell: <T, P extends IButtonGridCellProps<T>>(props: IButtonGridCellProps<T>) => JSX.Element;