Variable stickyColumnsConst
stickyColumns: (
props: TypeStickyProps,
) => {
element: HTMLElement;
events: {
setPosition: (__namedParameters: { value: string | null }) => void;
};
styles: string;
} = CreateStickyColumnsElement
Type Declaration
- (
props: TypeStickyProps,
): {
element: HTMLElement;
events: {
setPosition: (__namedParameters: { value: string | null }) => void;
};
styles: string;
} Returns {
element: HTMLElement;
events: {
setPosition: (__namedParameters: { value: string | null }) => void;
};
styles: string;
}