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,6 +1,8 @@
|
|||
import { forwardRef } from 'react';
|
||||
import classNames from 'classnames';
|
||||
import { ButtonProps, Options } from '@/components/elements/button/types';
|
||||
|
||||
import type { ButtonProps } from '@/components/elements/button/types';
|
||||
import { Options } from '@/components/elements/button/types';
|
||||
import styles from './style.module.css';
|
||||
|
||||
const Button = forwardRef<HTMLButtonElement, ButtonProps>(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue