UNPKG

botframework-webchat-component

Version:
9 lines 286 B
/** * Returns `true` if the `value` has changed, otherwise, `false`. * * Note: on initial call, this will return `true`. * * @param {T} value - The `value` to detect for changes. */ export default function useChanged<T>(value: T): boolean; //# sourceMappingURL=useChanged.d.ts.map