mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 14:01:20 +08:00
chore(fab): move fab-list and fab-container to separate directories
This commit is contained in:
4
packages/core/src/components.d.ts
vendored
4
packages/core/src/components.d.ts
vendored
@ -754,7 +754,7 @@ declare global {
|
||||
|
||||
import {
|
||||
FabContainer as IonFab
|
||||
} from './components/fab/fab-container';
|
||||
} from './components/fab-container/fab-container';
|
||||
|
||||
declare global {
|
||||
interface HTMLIonFabElement extends IonFab, HTMLElement {
|
||||
@ -784,7 +784,7 @@ declare global {
|
||||
|
||||
import {
|
||||
FabList as IonFabList
|
||||
} from './components/fab/fab-list';
|
||||
} from './components/fab-list/fab-list';
|
||||
|
||||
declare global {
|
||||
interface HTMLIonFabListElement extends IonFabList, HTMLElement {
|
||||
|
Reference in New Issue
Block a user