UNPKG

welcome-ui

Version:

Customizable design system with react • styled-components • styled-system and ariakit.

6 lines (5 loc) 163 B
type IframeProps = { children: JSX.Element; }; export declare const Iframe: ({ children }: IframeProps) => import("react/jsx-runtime").JSX.Element; export {};