UNPKG

@htsoft/aiza-react-auction

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