need to export type as type

This commit is contained in:
Jeff Durand
2021-02-19 00:10:33 +00:00
committed by GitHub
parent 6262a56614
commit 9abacc8ebc
@@ -14,4 +14,5 @@
* limitations under the License.
*/
export { RadarDescription, Props } from './RadarDescription';
export { RadarDescription } from './RadarDescription';
export type { Props } from './RadarDescription';