react/packages/use-subscription/index.js
Brian Vaughn ce883a19d8
useSubscription hook (#15022)
* Added use-subscription package with README
2019-07-16 15:59:37 -07:00

13 lines
256 B
JavaScript

/**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @flow
*/
'use strict';
export * from './src/useSubscription';