UNPKG

@draft-js-plugins/utils

Version:
4 lines (3 loc) 226 B
import { ContentBlock } from 'draft-js'; export type StrategyCallback = (start: number, end: number) => void; export declare function findWithRegex(regex: RegExp, contentBlock: ContentBlock, callback: StrategyCallback): void;