mirror of
https://github.com/nonebot/nonebot2.git
synced 2026-03-12 19:45:07 +00:00
📝 Docs: 商店插件可用性筛选 & 更新排序 (#3334)
This commit is contained in:
@@ -22,7 +22,7 @@ export default function Modal({
|
||||
useCustomTitle,
|
||||
backdropExit,
|
||||
title,
|
||||
}: Props): JSX.Element {
|
||||
}: Props): React.ReactNode {
|
||||
const [transitionClass, setTransitionClass] = useState<string>("");
|
||||
|
||||
const onFadeIn = () => setTransitionClass("fade-in");
|
||||
|
||||
Reference in New Issue
Block a user