mirror of
https://github.com/woodchen-ink/certimate.git
synced 2025-07-18 17:31:55 +08:00
6 lines
132 B
TypeScript
6 lines
132 B
TypeScript
import { useTheme } from "ahooks";
|
|
|
|
export default function () {
|
|
return useTheme({ localStorageKey: "certimate-ui-theme" });
|
|
}
|