baseui
Version:
A React Component library implementing the Base design language
6 lines (5 loc) • 320 B
TypeScript
import * as React from 'react';
import type { HeadCellProps } from './types';
export declare const SortableHeadCellFactory: (CustomHeadCell?: React.ComponentType<HeadCellProps>) => (props: HeadCellProps) => React.JSX.Element;
declare const _default: (props: HeadCellProps) => React.JSX.Element;
export default _default;