UNPKG

@sms-frontend/components

Version:

SMS Design React UI Library.

4 lines (3 loc) 240 B
import { InternalColumnProps } from '../interface'; declare function useStickyClassNames(groupColumns: InternalColumnProps[][], columns: InternalColumnProps[], prefixCls: string): [string[][], string[]]; export default useStickyClassNames;