Interface IShape

interface IShape {
    insert: ((config) => void);
}

Implemented by

Properties

Properties

insert: ((config) => void)

Type declaration

    • (config): void
    • Parameters

      • config: ShapeConfig

      Returns void