feat: tailwind related improvement (#6085)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import type { ReactElement } from 'react'
|
||||
import cn from 'classnames'
|
||||
import RadioGroupContext from '../../context'
|
||||
import s from '../../style.module.css'
|
||||
import cn from '@/utils/classnames'
|
||||
|
||||
export type TRadioGroupProps = {
|
||||
children?: ReactElement | ReactElement[]
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
import type { ReactElement } from 'react'
|
||||
import { useId } from 'react'
|
||||
import cn from 'classnames'
|
||||
import { useContext } from 'use-context-selector'
|
||||
import RadioGroupContext from '../../context'
|
||||
import s from '../../style.module.css'
|
||||
import cn from '@/utils/classnames'
|
||||
|
||||
export type IRadioProps = {
|
||||
className?: string
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
'use client'
|
||||
import type { FC } from 'react'
|
||||
import React from 'react'
|
||||
import cn from 'classnames'
|
||||
import cn from '@/utils/classnames'
|
||||
|
||||
type Props = {
|
||||
isChecked: boolean
|
||||
|
||||
Reference in New Issue
Block a user