UNPKG

@reactseed/template-antd

Version:

React seed ant design template for creating react app

6 lines (4 loc) 100 B
import type { ReactNode } from 'react'; export interface TMenuIcon { [key: string]: ReactNode; }