ant-design/.dumi/theme/slots/Header/interface.ts
afc163 a92a883b77
docs: render china mirror link before hydration (#44233)
* docs: render china mirror link before hydration

* docs: fix pre render error

* chore: hide first

* chore: show china mirror link always
2023-08-16 18:19:11 +08:00

5 lines
70 B
TypeScript

export interface SharedProps {
isZhCN: boolean;
isRTL: boolean;
}