Skip to content

Commit

Permalink
feat: export form props type
Browse files Browse the repository at this point in the history
  • Loading branch information
ptitFicus authored Jun 22, 2024
1 parent 19e19e2 commit 0f12988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/form/form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { Footer } from './footer';
import '../style/style.scss';


type FormProps<DataType> = {
export type FormProps<DataType> = {
schema: Schema,
flow?: Array<string | FlowObject>,
value?: DataType,
Expand Down

0 comments on commit 0f12988

Please sign in to comment.