forked from LaconicNetwork/icns-frontend
Add chain list views
This commit is contained in:
@@ -0,0 +1 @@
|
||||
export * from "./width-height-props";
|
||||
@@ -0,0 +1,4 @@
|
||||
export interface WidthHeightProps {
|
||||
width: string | number;
|
||||
height: string | number;
|
||||
}
|
||||
Reference in New Issue
Block a user