UNPKG

@gf-ui/components

Version:
9 lines (8 loc) 287 B
/** * @overview 设置样式表 * @author gf * @param { v } 类名和样式 */ export declare function setStyleSheet(v: string): void; export declare const on: (element: any, event: any, handler: any) => void; export declare const off: (element: any, event: any, handler: any) => void;