UNPKG

@architwankhade/math

Version:
11 lines (10 loc) 339 B
import React from "react"; import type { Theme } from "@architwankhade/element/types"; import type { Language } from "../i18n"; interface Props { langCode: Language["code"]; children: React.ReactElement; theme?: Theme; } export declare const InitializeApp: (props: Props) => import("react/jsx-runtime").JSX.Element; export {};