UNPKG

xtreme-ui

Version:

Collection of reusable components that can be used in web projects

5 lines 252 B
import { TDataInitialType } from './Data/types'; import { TThemeInitialType } from './Theme/types'; export declare const useXData: () => TDataInitialType; export declare const useXTheme: () => TThemeInitialType; //# sourceMappingURL=useContext.d.ts.map