import { QuestionCircleOutlined } from '@ant-design/icons'; import { SelectLang as UmiSelectLang } from '@umijs/max'; import React from 'react'; export type SiderTheme = 'light' | 'dark'; export const SelectLang = () => { return ( ); }; export const Question = () => { return (
{ window.open('https://pro.ant.design/docs/getting-started'); }} >
); };