useTheme.d.ts 113 Bytes
import { DefaultTheme } from "../defaultTheme/index.js";
export default function useTheme<T = DefaultTheme>(): T;