Skip to content

Commit

Permalink
feat: form 增加组件注册
Browse files Browse the repository at this point in the history
  • Loading branch information
sanqi-med committed Mar 15, 2023
1 parent 753fa83 commit 6857ce3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/quark-react/src/form/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { FC } from "react";
import reactify from "@quarkd/reactify";
import "quarkd/lib/form";
import { Rule } from "quarkd/lib/form";
import { componentBaseInterface } from "../type";

Expand Down

0 comments on commit 6857ce3

Please sign in to comment.