UNPKG

@chase-shao/vue-component-lib

Version:

[![Build Status](https://img.shields.io/badge/build-passing-brightgreen.svg)](https://github.com/your-username/vue-component-lib)

11 lines (10 loc) 286 B
export interface LibraryConfig { apiBase?: string; appSecret?: string; fieldsGroup?: { name: string; keys: string[]; }[]; } export declare function setLibraryConfig(config: LibraryConfig): void; export declare function getLibraryConfig(): LibraryConfig;