diff options
Diffstat (limited to 'play.ts')
-rw-r--r-- | play.ts | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ 'use strict'; -import { CardId, StaticData, 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; |