mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 13:09:40 +08:00
a92a883b77
* docs: render china mirror link before hydration * docs: fix pre render error * chore: hide first * chore: show china mirror link always
5 lines
70 B
TypeScript
5 lines
70 B
TypeScript
export interface SharedProps {
|
|
isZhCN: boolean;
|
|
isRTL: boolean;
|
|
}
|