UNPKG

bb-inline-editor

Version:

Follow me [![twitter](https://img.shields.io/twitter/follow/carlillo.svg?style=social&label=%20carlillo)](https://twitter.com/carlillo) to be notified about new releases.

6 lines (4 loc) 143 B
import { InlineBaseConfig } from "../types/inline-configs"; export interface OnUpdateConfig { onUpdateConfig(config: InlineBaseConfig); }