This commit is contained in:
DrJKL
2026-01-12 18:31:18 -08:00
parent 4a12f4bc7e
commit 634969bbaf

View File

@@ -1,6 +1,6 @@
import { $el } from '../ui'
export interface ToggleSwitchItem {
interface ToggleSwitchItem {
text: string
value?: string
tooltip?: string