hint that we export type only (#79635)

This commit is contained in:
Mikhail Shustov 2020-10-06 18:52:24 +03:00 committed by GitHub
parent 2de2c70f75
commit 24e4536b99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,4 +19,4 @@
export * from './embeddable';
export * from './actions';
export { RenderDeps } from './application';
export type { RenderDeps } from './application';