UNPKG

@joint/react

Version:

React bindings and hooks for JointJS to build interactive diagrams and graphs.

8 lines (7 loc) 205 B
/** * Application selector that does nothing. * @param value - The value to return. * @returns The value passed as an argument. * @group Utils */ export declare function noopSelector<T>(value: T): T;