UNPKG

123 BTypeScriptView Raw
1import formCreate from "./types/index";
2
3declare const install: (app: typeof formCreate) => void;
4
5export default install;