Files

4 lines
200 B
TypeScript
Raw Permalink Normal View History

import type { InternalDescriptionsItemType } from '..';
declare const useRow: (mergedColumn: number, items: InternalDescriptionsItemType[]) => InternalDescriptionsItemType[][];
export default useRow;