import { InitArguments } from "../../static/index"; import * as React from "react"; export default function (args: InitArguments) { args.mainMaster.setMenu( { id: "temp", name: "Temp", path: "#temp", icon: "icon-dashboard", children: [ { id: "home-index", name: "Home", path: "#home/index", parentId: "temp" } ] }, { id: "temp1", name: "Temp1", path: "#temp" } ) args.mainMaster.setToolbar( ) }