mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-17 10:28:06 +08:00
5 lines
70 B
TypeScript
5 lines
70 B
TypeScript
export interface SharedProps {
|
|
isZhCN: boolean;
|
|
isRTL: boolean;
|
|
}
|