UNPKG

@brightlayer-ui/react-auth-workflow

Version:

Re-usable workflow components for Authentication and Registration within Eaton applications.

4 lines (3 loc) 128 B
type SearchParams = Record<string, string>; export declare const parseQueryString: (search: string) => SearchParams; export {};