@activecollab/components
Version:
ActiveCollab Components
19 lines • 407 B
TypeScript
export declare const tableGroupedHeader: ({
key: string;
label: string;
sortable: boolean;
style: {
width: string;
};
hideCollapsed?: undefined;
} | {
key: string;
label: string;
sortable: boolean;
style: {
width: string;
};
hideCollapsed: boolean;
})[];
export declare const tableGrouped: object[];
//# sourceMappingURL=table_grouped.d.ts.map