interface MinilinksHookInstance<L> {
    ml: MinilinksResult<L>;
    ref: {
        current: MinilinksResult<L>;
    };
}

Type Parameters

Properties

Properties

ref: {
    current: MinilinksResult<L>;
}

Type declaration

Generated using TypeDoc