UNPKG

@rbxts/planck-hooks

Version:

A @rbxts/planck plugin that provides support for hooks.

2 lines (1 loc) 85 B
export declare function useContext<T extends unknown[]>(key: string): T | undefined;