Skip to content

Commit

Permalink
Refactor #1507 - Added ripple exports
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Aug 13, 2020
1 parent 0555b3c commit 598048c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions exports/ripple.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './components/ripple/Ripple';
3 changes: 3 additions & 0 deletions exports/ripple.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
'use strict';

module.exports = require('./components/ripple/Ripple');

0 comments on commit 598048c

Please sign in to comment.