mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(toolbar): unused private
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Component, Element, Prop } from '@stencil/core';
|
||||
import { Component, Prop } from '@stencil/core';
|
||||
import { createThemedClasses } from '../../utils/theme';
|
||||
import { Config } from '../../index';
|
||||
|
||||
@@ -14,7 +14,6 @@ import { Config } from '../../index';
|
||||
}
|
||||
})
|
||||
export class Toolbar {
|
||||
@Element() private el: HTMLElement;
|
||||
|
||||
@Prop({ context: 'config' }) config: Config;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user