interface AppbarFixtureConfig {
    items: (string | AppbarItemConfig)[][];
}

Properties

Properties

items: (string | AppbarItemConfig)[][]