Browse Source
Merge in VISUAL/fineui from ~DAILER/fineui:es6 to es6 * commit 'b794675c84e450167fa5f9f98796e1738b458ab1': updatees6
Dailer-刘荣歆
1 year ago
5 changed files with 18 additions and 1 deletions
@ -0,0 +1,5 @@
|
||||
import { LayerController } from "./controller.layer"; |
||||
|
||||
export declare class MaskersController extends LayerController { |
||||
|
||||
} |
@ -1,3 +1,11 @@
|
||||
export declare function jsonDecode(text: string): any; |
||||
|
||||
export declare function jsonEncode(json: any): any; |
||||
|
||||
export declare function contentFormat(cv: any, fmt: string): string; |
||||
|
||||
export declare function htmlDecode(text: string): string; |
||||
|
||||
export declare function htmlEncode(text: string): string; |
||||
|
||||
|
||||
|
Loading…
Reference in new issue