refactor(ui): clean code

This commit is contained in:
Fu Diwei
2025-01-02 10:28:18 +08:00
parent 7f36621882
commit 1588179bc9
12 changed files with 40 additions and 24 deletions

View File

@@ -1,5 +1,3 @@
import React from "react";
export type ShowProps = {
when: boolean;
children: React.ReactNode;