UNPKG

@deep-foundation/deepcase

Version:

[![Gitpod](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/deep-foundation/deepcase) [![Discord](https://badgen.net/badge/icon/discord?icon=discord&label&color=purple)](https://discord.gg/deep-

8 lines (7 loc) 304 B
import React, { ReactNode } from 'react'; export declare const Appearance: React.MemoExoticComponent<({ children, toggle, variantsAnimation, styleProps, }: { children: ReactNode; toggle?: boolean; variantsAnimation?: any; styleProps?: any; }) => import("react/jsx-runtime").JSX.Element>;