mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 03:00:58 +08:00
chore(exports): update core exports
This commit is contained in:
3
core/src/interface.d.ts
vendored
3
core/src/interface.d.ts
vendored
@ -21,9 +21,6 @@ export * from './components/toast/toast-interface';
|
||||
export * from './utils/input-interface';
|
||||
export * from './global/config';
|
||||
|
||||
// export index
|
||||
export * from './index';
|
||||
|
||||
export type Color = 'default'| 'primary' | 'secondary' | 'tertiary' | 'success' | 'warning' | 'danger' | 'light' | 'medium' | 'dark';
|
||||
export type Mode = 'ios' | 'md';
|
||||
export type ComponentRef = Function | HTMLElement | string;
|
||||
|
Reference in New Issue
Block a user