UNPKG

@antdv/pro-utils

Version:

@antdv/pro-utils

4 lines (3 loc) 210 B
export declare function useUrlSearchParams(initial?: Record<string, string | number>, config?: { disabled?: boolean; }): [Record<string, string | number>, (value: Record<string, string | number>) => void];