mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 07:41:51 +08:00
chore(): update to latest stencil release.
This commit is contained in:
@ -27,7 +27,7 @@
|
||||
"ionicons": "4.4.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@stencil/core": "^0.12.0-5",
|
||||
"@stencil/core": "^0.12.0-7",
|
||||
"@stencil/dev-server": "latest",
|
||||
"@stencil/sass": "0.1.0",
|
||||
"@stencil/utils": "latest",
|
||||
|
||||
2
core/src/interface.d.ts
vendored
2
core/src/interface.d.ts
vendored
@ -47,7 +47,7 @@ export interface FrameworkDelegate {
|
||||
|
||||
|
||||
declare global {
|
||||
interface HTMLAttributes {
|
||||
interface StencilAttributeEscapeHatch {
|
||||
// for ion-menu and ion-split-pane
|
||||
main?: boolean;
|
||||
tappable?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user