@kubit-ui-web/react-components
Version:
Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience
8 lines (7 loc) • 335 B
TypeScript
import React from 'react';
type UseDataTableStickyLeftColumnsParamsType = {
ref: React.RefObject<HTMLDivElement>;
};
type UseDataTableStickyLeftColumnsReturnType = object;
export declare const useDataTableStickyLeftColumns: ({ ref, }: UseDataTableStickyLeftColumnsParamsType) => UseDataTableStickyLeftColumnsReturnType;
export {};