2024-06-11 22:14:33 +08:00
|
|
|
import { type ComponentCreateOpsionType } from 'yunzai/utils'
|
2024-06-10 14:10:09 +08:00
|
|
|
export type RouterType = {
|
|
|
|
url: string
|
|
|
|
element: React.ReactNode
|
2024-06-11 22:14:33 +08:00
|
|
|
options?: ComponentCreateOpsionType
|
2024-06-10 14:10:09 +08:00
|
|
|
}[]
|