import { type ComponentCreateOpsionType } from '#miao/utils'
export type RouterType = {
url: string
element: React.ReactNode
options: ComponentCreateOpsionType
}[]