upd
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
interface IFloorPopupItem {
|
||||
count: number;
|
||||
title: string;
|
||||
}
|
||||
|
||||
export default IFloorPopupItem;
|
||||
@@ -0,0 +1,6 @@
|
||||
interface IPath {
|
||||
"data-name": string;
|
||||
d: string;
|
||||
}
|
||||
|
||||
export default IPath;
|
||||
Reference in New Issue
Block a user