UNPKG

@frank-auth/react

Version:

Flexible and customizable React UI components for Frank Authentication

6 lines 248 B
type QueryParams = Record<string, string | number | null>; export declare function useQueryString(searchParams: URLSearchParams): { createQueryString: (params: QueryParams) => string; }; export {}; //# sourceMappingURL=use-query-string.d.ts.map