UNPKG

fui-fancyui

Version:
9 lines (8 loc) 499 B
import { default as React } from 'react'; import { CSSProp } from 'styled-components'; export declare const DesignWrapper: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>, never>> & string; export declare function DesignArea({ children, title, style }: { title: string; children: React.ReactNode; style?: CSSProp; }): import("react/jsx-runtime").JSX.Element;