ant-design/.dumi/theme/slots/Header/interface.ts
lijianan ba999de764
chore: site code format (#39457)
* format: site code format

* Conflicting

* lint

* rename
2022-12-19 13:23:28 +08:00

6 lines
91 B
TypeScript

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