Repository URL to install this package:
|
Version:
0.0.15 ▾
|
export interface MenuJson {
title?: string;
name?: string;
link?: string;
}
export interface MyAccountWidgetProps {
className?: string;
title?: string;
onClick?: () => void;
}