UNPKG

mext-types

Version:

14 lines (11 loc) 187 B
export interface IAny { [props: string]: any; } export interface ITextObj { [keys: string]: string; } export interface ScrollObject { x: number; y: number; scroll: boolean; }