import { ContentLevelOptions } from '../../../../areas/IndexList'; import { IndexPageWindowOptions } from '../../../../areas/IndexWindow'; import type { BaseResource } from '../../../../pages/types'; import type { ApiSearchParams, LayoutLevel } from '../../../../templates/IndexPage/types'; import type { RecordTemplateOptionsType } from '../../../../templates/IndexPage/types/list'; import type { ResourcePaths } from '../../../../types'; import type { ChangeEvent } from 'react'; /** * table, bordered-list共通で設定されるPropsを返す */ export declare const createListItemProps:
({ checkedIndexes, contentLevelOptions, historyPushState, layoutLevel, mode, recordTemplateOptions, recordTemplateOptionsQueryKey, windowOptionsQueryKey, windowOptionsRecordIdQueryKey, resource, resourceIndex, resourcePaths, setMetaSearchParams, updateCheckedIndexes, windowOptions, searchQuery, }: {
checkedIndexes: number[];
contentLevelOptions?: ContentLevelOptions