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