Use import/export instead of references. Use webpack instead of tsc.
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
import {keyActionType, KeyActionId, KeyAction} from './KeyAction';
|
||||
import {UhkBuffer} from '../UhkBuffer';
|
||||
|
||||
enum LayerName {
|
||||
mod,
|
||||
fn,
|
||||
mouse
|
||||
}
|
||||
|
||||
class SwitchLayerAction extends KeyAction {
|
||||
export class SwitchLayerAction extends KeyAction {
|
||||
|
||||
isLayerToggleable: boolean;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user