ui(admin): update button components, fix Editor for eggs
This commit is contained in:
parent
4e56f6dbea
commit
089860b721
35 changed files with 363 additions and 623 deletions
|
@ -1,9 +1,13 @@
|
|||
import { Field, FieldProps } from 'formik';
|
||||
import type { FieldProps } from 'formik';
|
||||
import { Field } from 'formik';
|
||||
|
||||
import Input from '@/components/elements/Input';
|
||||
|
||||
interface Props {
|
||||
id: string;
|
||||
name: string;
|
||||
value: string;
|
||||
value?: string;
|
||||
label?: string;
|
||||
className?: string;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue