mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 05:58:26 +08:00
refactor(datetime): change capitalization from DateTime to Datetime
This commit is contained in:
2
packages/core/src/components.d.ts
vendored
2
packages/core/src/components.d.ts
vendored
@ -601,7 +601,7 @@ declare global {
|
||||
}
|
||||
}
|
||||
|
||||
import { DateTime as IonDatetime } from './components/datetime/datetime';
|
||||
import { Datetime as IonDatetime } from './components/datetime/datetime';
|
||||
|
||||
interface HTMLIonDatetimeElement extends IonDatetime, HTMLElement {
|
||||
}
|
||||
|
Reference in New Issue
Block a user