mirror of
https://github.com/Radiquum/AniX.git
synced 2025-09-05 05:55:36 +05:00
22 lines
No EOL
490 B
TypeScript
22 lines
No EOL
490 B
TypeScript
/* eslint-disable */
|
|
// @ts-nocheck
|
|
// biome-ignore-all lint: auto-generated file
|
|
|
|
// This file is auto-generated by the flowbite-react CLI.
|
|
// Do not edit this file directly.
|
|
// Instead, edit the .flowbite-react/config.json file.
|
|
|
|
import { StoreInit } from "flowbite-react/store/init";
|
|
import React from "react";
|
|
|
|
export const CONFIG = {
|
|
dark: true,
|
|
prefix: "",
|
|
version: 3,
|
|
};
|
|
|
|
export function ThemeInit() {
|
|
return <StoreInit {...CONFIG} />;
|
|
}
|
|
|
|
ThemeInit.displayName = "ThemeInit"; |