UNPKG

@yuntijs/ui

Version:

☁️ Yunti UI - an open-source UI component library for building Cloud Native web apps

8 lines (7 loc) 241 B
import { App as AntdApp, type AppProps as AntdAppProps } from 'antd'; import React from 'react'; export type AppProps = AntdAppProps; export declare const App: React.FC<AppProps> & { useApp: typeof AntdApp.useApp; }; export default App;