UNPKG

@equinor/eds-utils

Version:

Utility functions and hooks for the Equinor Design System

4 lines (3 loc) 149 B
type Callback<T> = (e: T) => void; export declare const joinHandlers: <T>(handler1?: Callback<T>, handler2?: Callback<T>) => Callback<T>; export {};