import React from "react"; import { ThemeConfig, ThemeDocument, ThemeDocumentTokens } from "@tiny-design/tokens/resolve-theme"; //#region src/config-provider/token-utils.d.ts type ThemeTokenValue = string | number; //#endregion export { type ThemeConfig, type ThemeDocument, type ThemeDocumentTokens, ThemeTokenValue }; //# sourceMappingURL=token-utils.d.ts.map