UNPKG

105 BTypeScriptView Raw
1export interface Config {
2 disabled: boolean;
3}
4
5declare const config: Config;
6export default config;