import {createPageContext, createSearchContext, createTableSearchContext} from '@hooks'; import {GetStockListParams, OriginalListParams} from '@models'; export const pageContext = createPageContext(); export const searchContext = createSearchContext(); export const contextState: OriginalListParams = { wllbCode: '', materialName: '', storageLocationName: '', wbs: '', companyCode: '', supplierId: '', }; export const context = createTableSearchContext(contextState);