UNPKG

vite-plugin-entry-shaking-debugger

Version:
11 lines (10 loc) 224 B
export type RouterButtonProps = { /** Router button label. */ label: string; /** Router button Icon. */ icon?: string; /** Router button route. */ href: string; /** Router button count. */ count?: number; };