fui-fancyui
Version:
FancyUI Libary
9 lines (8 loc) • 499 B
TypeScript
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;