4 lines
134 B
TypeScript
4 lines
134 B
TypeScript
export declare type UseQueryParam = (param: string) => string | null;
|
|
declare const _default: UseQueryParam;
|
|
export default _default;
|