UNPKG

@rbxts/pretty-react-hooks

Version:
7 lines (6 loc) 217 B
import { EffectCallback } from "@rbxts/react"; /** * Runs a callback when the component is mounted. * @param callback The callback to run. */ export declare function useMountEffect(callback: EffectCallback): void;