UNPKG

@sky-mavis/tanto-widget

Version:
7 lines (6 loc) 227 B
import type { ReactNode } from 'react'; interface WidgetContentProps { close?: ReactNode; } export declare function WidgetContent({ close }: WidgetContentProps): import("@emotion/react/jsx-runtime").JSX.Element; export {};