@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) • 340 B
TypeScript
import React from 'react';
type UseDataTableStickyRightColumnsParamsType = {
ref: React.RefObject<HTMLDivElement>;
};
type UseDataTableStickyRightColumnsReturnType = object;
export declare const useDataTableStickyRightColumns: ({ ref, }: UseDataTableStickyRightColumnsParamsType) => UseDataTableStickyRightColumnsReturnType;
export {};