UNPKG

@fluentui/react

Version:

Reusable React components for building web experiences.

10 lines (9 loc) 479 B
import type { IDetailsHeaderStyleProps, IDetailsHeaderStyles } from './DetailsHeader.types'; import type { IStyle, ITheme } from '../../Styling'; import type { ICellStyleProps } from './DetailsRow.types'; export declare const HEADER_HEIGHT = 42; export declare const getCellStyles: (props: { theme: ITheme; cellStyleProps?: ICellStyleProps | undefined; }) => IStyle; export declare const getDetailsHeaderStyles: (props: IDetailsHeaderStyleProps) => IDetailsHeaderStyles;