refactor(datetime): change capitalization from DateTime to Datetime

This commit is contained in:
Brandy Carney
2017-10-25 15:34:51 -04:00
parent 45218de8e5
commit 21d8a60193
9 changed files with 82 additions and 64 deletions

View File

@ -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 {
}