UNPKG

antdv-eoi

Version:

An enterprise-class UI design language and Vue-based implementation

9 lines (8 loc) 199 B
export default useStickyOffsets; /** * Get sticky column offset width */ declare function useStickyOffsets(colWidths: any, columns: any): import("vue").Ref<{ left: any[]; right: any[]; }>;