update radix-ui dialog select version

This commit is contained in:
Qing
2022-05-21 15:13:09 +08:00
parent ad62ef492e
commit b7c3f3e327
6 changed files with 149 additions and 150 deletions

View File

@@ -5,7 +5,6 @@ import {
ChevronUpIcon,
} from '@heroicons/react/outline'
import * as Select from '@radix-ui/react-select'
import { relative } from 'path'
type SelectorChevronDirection = 'up' | 'down'