Skip to content

Commit

Permalink
👌 use named exports
Browse files Browse the repository at this point in the history
  • Loading branch information
dej611 committed Nov 23, 2020
1 parent 0e7770c commit 80eac9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/plugins/share/public/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export {
import { SharePlugin } from './plugin';

export { KibanaURL } from './kibana_url';
export * from './lib/download_as';
export { downloadMultipleAs, downloadFileAs } from './lib/download_as';
export type { DownloadableContent } from './lib/download_as';

export const plugin = () => new SharePlugin();

0 comments on commit 80eac9f

Please sign in to comment.