Browse Source

class cleanup

pull/223/head
Hunter Thornsberry 2 years ago
parent
commit
1bce73577c
  1. 2
      src/components/Form/FormInput.tsx

2
src/components/Form/FormInput.tsx

@ -12,6 +12,8 @@ export interface InputFieldProps<T> extends BaseFormBuilderProps<T> {
prefix?: string;
suffix?: string;
step?: number;
min?: number;
max?: number;
action?: {
icon: LucideIcon;
onClick: () => void;

Loading…
Cancel
Save