* @version 2.0 * @license MIT * @link https://github.com/xaboy/form-builder * @document http://php.form-create.com */ namespace FormBuilder\Contract; interface CustomComponentInterface { /** * 获取组件的生成规则 * * @return array */ public function build(); }