UNPKG

@vnmfify/core

Version:

```shell npm i @vnmfify/core -S ```

3 lines (2 loc) 272 B
import { ComponentClass, FunctionComponent, PropsWithChildren, ReactNode } from "react"; export declare function createVariantElement(type: FunctionComponent<PropsWithChildren<any>> | ComponentClass<PropsWithChildren<any>>, node?: ReactNode | ReactNode[]): JSX.Element;