UNPKG

reablocks

Version:
8 lines (7 loc) 228 B
/** * Hook to get the theme for a specific component. * @param component * @param customTheme * @returns theme object */ export declare const useComponentTheme: <T extends unknown>(component: string, customTheme?: T) => T;