smoosic
Version:
<sub>[Github site](https://github.com/Smoosic/smoosic) | [source documentation](https://smoosic.github.io/Smoosic/release/docs/modules.html) | [change notes](https://aarondavidnewman.github.io/Smoosic/changes.html) | [application](https://smoosic.github.i
14 lines • 406 B
TypeScript
import { SuiMenuParams, SuiConfiguredMenuOption, SuiConfiguredMenu } from './menu';
/**
* stuff you can do to beams
* @category SuiMenu
*/
export declare class SuiBeamMenu extends SuiConfiguredMenu {
constructor(params: SuiMenuParams);
}
/**
* Stuff you can do to beams
* @category SuiMenu
*/
export declare const SuiBeamMenuOptions: SuiConfiguredMenuOption[];
//# sourceMappingURL=beams.d.ts.map