UNPKG

@rbxts/pretty-react-hooks

Version:
8 lines (7 loc) 249 B
/// <reference types="react" /> 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;