mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 03:00:58 +08:00
docs(): update examples and usage
This commit is contained in:
@ -12,8 +12,8 @@ import { Config } from '../../interface';
|
||||
}
|
||||
})
|
||||
export class MenuButton {
|
||||
|
||||
@Prop({ context: 'config' }) config!: Config;
|
||||
@Prop({ context: 'config' })
|
||||
config!: Config;
|
||||
|
||||
/**
|
||||
* Optional property that maps to a Menu's `menuId` prop. Can also be `left` or `right` for the menu side. This is used to find the correct menu to toggle
|
||||
|
Reference in New Issue
Block a user