UNPKG

@tuniao/tnui-vue3-uniapp

Version:
13 lines (10 loc) 233 B
export interface FooterNavigatorItem { title: string url: string color: FooterNavigatorColor } export interface FooterNavigatorColor { class: string style: string } export type FooterNavigatorData = FooterNavigatorItem[]