UNPKG

trs-ui-app

Version:

TRS 可视化低代码平台 前端移动 UI 组件库 👍

9 lines (8 loc) 498 B
export declare const groupArray: (array: string | any[], subGroupLength: number) => any[]; export declare const groupingData: (data: [], filed: string) => any[]; export declare const getVideoBase64: (url: string) => Promise<unknown>; export declare const textLengthLimit: (str: string, limit: number) => string; export declare const thousands: (num: number | string) => string; declare const _default: {}; export default _default; export declare const filterHTML: (html: string) => string;