UNPKG

@bee-design/ui

Version:

Bee Design React UI Library.

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