UNPKG

@htsoft/aiza-wallet-connector

Version:
8 lines (7 loc) 256 B
import { Theme, Strings } from "../constants"; declare type ThemeType = typeof Theme; export declare function useThemeConfig(): { getString: (stringName: keyof typeof Strings) => string; getStyles: (themeKey: keyof ThemeType) => any; }; export {};