@serendie/ui
Version:
Adaptive UI component library as part of Serendie Design System by Mitsubishi Electric
12 lines (11 loc) • 518 B
TypeScript
import { default as React } from 'react';
export declare const HeaderCell: React.ForwardRefExoticComponent<Omit<{
size?: "small" | "medium" | "large";
state?: "enabled" | "hovered";
sortable?: boolean;
sortDirection?: "asc" | "desc" | false;
onSort?: () => void;
className?: string;
} & {
children?: React.ReactNode | undefined;
} & React.ClassAttributes<HTMLTableHeaderCellElement> & React.ThHTMLAttributes<HTMLTableHeaderCellElement>, "ref"> & React.RefAttributes<HTMLTableCellElement>>;