UNPKG

fictoan-react

Version:

A full-featured, designer-friendly, yet performant framework with plain-English props and focus on rapid iteration.

8 lines 251 B
import * as React from "react"; export interface UseThemeProps { /** Update the theme */ setTheme: React.Dispatch<React.SetStateAction<string>>; /** Active theme name */ theme?: string | undefined; } //# sourceMappingURL=types.d.ts.map