UNPKG

dmeditor

Version:

dmeditor is a block-style visual editor. Data is in json format.

13 lines (12 loc) 422 B
import React, { CSSProperties } from 'react'; declare const Resizable: (props: { children: React.ReactNode; width?: number | undefined; height?: number | undefined; scale?: any; className?: string | undefined; onChange?: ((value: any) => void) | undefined; style?: React.CSSProperties | undefined; isActive: boolean; }) => import("react/jsx-runtime").JSX.Element; export default Resizable;