Skip to content

Commit

Permalink
fix(switch): export temporary deprecated version
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 369265129
  • Loading branch information
asyncLiz authored and copybara-github committed Apr 19, 2021
1 parent 5631828 commit bd68539
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/mdc-switch/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
* THE SOFTWARE.
*/

// TODO(b/185410690): remove deprecated export
import * as deprecated from './deprecated';
export {deprecated};

export * from './adapter';
export * from './component';
export * from './constants';
Expand Down

0 comments on commit bd68539

Please sign in to comment.