@fluentui/react-northstar
Version:
A themable React component library.
5 lines (4 loc) • 299 B
TypeScript
import { ComponentSlotStylesPrepared } from '@fluentui/styles';
import { TableVariables } from './tableVariables';
import { TableCellStylesProps } from '../../../../components/Table/TableCell';
export declare const tableCellStyles: ComponentSlotStylesPrepared<TableCellStylesProps, TableVariables>;