mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
refactor(all): allow external imports
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import { Component, Element, Prop } from '@stencil/core';
|
||||
import { createThemedClasses, getElementClassMap } from '../../utils/theme';
|
||||
import { CssClassMap, Mode } from '../../index';
|
||||
import { CssClassMap, Mode } from '../../interface';
|
||||
|
||||
|
||||
@Component({
|
||||
|
Reference in New Issue
Block a user