UNPKG

antd-theme-generator

Version:

This a script to generate color specific styles less file and which you can use to change theme dynamically in browser

8 lines (7 loc) 286 B
import { URISchemeHandler, URIOptions } from "../uri"; import { URNComponents } from "./urn"; export interface UUIDComponents extends URNComponents { uuid?: string; } declare const handler: URISchemeHandler<UUIDComponents, URIOptions, URNComponents>; export default handler;