UNPKG

@ansible/ansible-ui-framework

Version:

A framework for building applications using PatternFly.

6 lines (5 loc) 177 B
export declare function useWindowLocation(): { location: void | Location; push: (url?: string | URL | null) => void; update: (url?: string | URL | null) => void; };