UNPKG

aesthetic-react

Version:

React hooks, composers, and more for styling components with Aesthetic.

6 lines 213 B
import { ThemeSheet } from 'aesthetic'; /** * Hook within a component to provide the current theme object. */ export default function useTheme<Theme = ThemeSheet>(): Theme; //# sourceMappingURL=useTheme.d.ts.map