feat: instructions

This commit is contained in:
Joel
2024-02-29 11:50:46 +08:00
parent 65f0378e43
commit fbcc769d4e
8 changed files with 63 additions and 5 deletions

View File

@ -8,7 +8,7 @@ import { Clipboard, ClipboardCheck } from '@/app/components/base/icons/src/vende
import { Expand04 } from '@/app/components/base/icons/src/vender/solid/arrows'
type Props = {
className?: string
title: JSX.Element
title: JSX.Element | string
headerRight?: JSX.Element
children: JSX.Element
minHeight?: number

View File

@ -7,7 +7,7 @@ import Base from './base'
type Props = {
value: string
onChange: (value: string) => void
title: JSX.Element
title: JSX.Element | string
headerRight?: JSX.Element
minHeight?: number
onBlur?: () => void