UNPKG

@open-condo/ui

Version:

A set of React UI components for developing applications inside the condo ecosystem

29 lines 1.03 kB
import { FullTableState } from '@open-condo/ui/src'; /** * @deprecated This function is experimental. API may change at any time without notice. * * @experimental * * This function is in experimental stage of development. * API may be changed at any moment without prior notice. * Use with caution in production. * * @param query - Query object to parse * @param pageSize - Page size to use * @returns Full table state parsed from query */ export declare const defaultParseUrlQuery: (query: Record<string, string | string[]>, pageSize: number) => FullTableState; /** * @deprecated This function is experimental. API may change at any time without notice. * * @experimental * * This function is in experimental stage of development. * API may be changed at any moment without prior notice. * Use with caution in production. * * @param params - Full table state to update * @returns void */ export declare const defaultUpdateUrlQuery: (params: FullTableState) => void; //# sourceMappingURL=urlQuery.d.ts.map