Convert all remaining files to typescript.
This commit is contained in:
3
lib/types/widget.d.ts
vendored
Normal file
3
lib/types/widget.d.ts
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
export type Exclusivity = 'normal' | 'ignore' | 'exclusive';
|
||||
export type Anchor = "left" | "right" | "top" | "down";
|
||||
export type Transition = "none" | "crossfade" | "slide_right" | "slide_left" | "slide_up" | "slide_down";
|
||||
Reference in New Issue
Block a user