mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 18:27:19 +08:00
refactor(web): remove unused type exports
This commit is contained in:
parent
3c5f4433d7
commit
df76733ed2
@ -18,7 +18,7 @@ export type Option = {
|
||||
value: string
|
||||
}
|
||||
|
||||
export type SelectFieldPopupProps = {
|
||||
type SelectFieldPopupProps = {
|
||||
className?: string
|
||||
title?: string
|
||||
titleClassName?: string
|
||||
|
||||
@ -32,7 +32,7 @@ import { cn } from '@langgenius/dify-ui/cn'
|
||||
import * as React from 'react'
|
||||
import { useCallback, useState } from 'react'
|
||||
|
||||
export type PortalToFollowElemOptions = {
|
||||
type PortalToFollowElemOptions = {
|
||||
/*
|
||||
* top, bottom, left, right
|
||||
* start, end. Default is middle
|
||||
|
||||
Loading…
Reference in New Issue
Block a user