forked from fanruan/fineui
zsmj
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