UNPKG

@shopgate/engage

Version:
9 lines (6 loc) 155 B
import { type Theme } from '..'; export type { Theme } from '..'; /** * Returns the theme object. */ export default function useTheme<T = Theme>(): T;