UNPKG

@pisell/pisellos

Version:

一个可扩展的前端模块化SDK框架,支持插件系统

8 lines (7 loc) 233 B
import React from "react"; export declare const useVariablesContext: () => any; interface VariablesProviderProps { children: React.ReactNode; } export declare const VariablesProvider: React.FC<VariablesProviderProps>; export {};