labelPlugin.d.ts 114 Bytes
Newer Older
Joe TS Dell's avatar
Joe TS Dell committed
1
2
3
import { Plugin } from "../../types/options";
declare function labelPlugin(): Plugin;
export default labelPlugin;