UNPKG

@steambrew/client

Version:
12 lines (11 loc) 288 B
/** * Get the current params from ReactRouter * * @returns an object with the current ReactRouter params * * @example * import { useParams } from "decky-frontend-lib"; * * const { appid } = useParams<{ appid: string }>() */ export declare const useParams: <T>() => T;