UNPKG

@opendatasoft/visualizations

Version:

Opendatasoft's components to easily build dashboards and visualizations.

8 lines (7 loc) 298 B
import type { Column, ColumnKey } from './types'; export declare const getStickyClasses: ({ column, scrolled, lastStickyColumn, }: { column: Column | null; scrolled: boolean; lastStickyColumn?: ColumnKey; }) => string; export declare const getStickyOffset: (offset?: number) => string;