chore: update ant-design dependencies and add new icon types
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
import type { AppProps } from './App';
|
||||
import App_ from './App';
|
||||
import useApp from './useApp';
|
||||
export type { AppProps };
|
||||
type CompoundedComponent = typeof App_ & {
|
||||
useApp: typeof useApp;
|
||||
};
|
||||
declare const App: CompoundedComponent;
|
||||
export default App;
|
||||
Reference in New Issue
Block a user