UNPKG

devexpress-richedit

Version:

DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.

9 lines (8 loc) 467 B
import { DestinationBase } from '../base/destination'; import { DestinationType } from '../utils/destination-type'; import { ShapePropertiesDestinationBase } from './shape-properties-destination-base'; export declare class ShapeInstanceDestination extends ShapePropertiesDestinationBase { protected get destinationType(): DestinationType; protected createClone(): DestinationBase; nestedGroupFinished(_nestedDestination: DestinationBase): void; }