UNPKG

@leafer-in/interface

Version:
7 lines (5 loc) 160 B
import { IEditBoxBase } from '@leafer-ui/interface' import { IEditor } from './IEditor' export interface IEditBox extends IEditBoxBase { editor: IEditor }