diff options
Diffstat (limited to 'play.ts')
-rw-r--r-- | play.ts | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -1,10 +1,6 @@ 'use strict'; -import { - - StaticData, -} from './data'; -import { View } from './types'; +import { StaticData, View } from './types'; declare function action_button(action: string, text: string): void; // declare function register_action(element: HTMLElement, type: string, s: number): void; |