fineui是帆软报表和BI产品线所使用的前端框架。

5 lines
112 B

export declare type _base64 = {
encode: (input: string) => string;
decode: (text: string) => string;
};