@comercti/react-components-hmg 0.15.4 → 0.18.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/comerc-style-guide.cjs.js +4 -4
- package/comerc-style-guide.es.js +1937 -1881
- package/comerc-style-guide.umd.js +3 -3
- package/index.d.ts +3 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -522,6 +522,8 @@ declare type __VLS_Props_19 = {
|
|
|
522
522
|
isSearch?: boolean;
|
|
523
523
|
/** Se true inicializa o menu aberto */
|
|
524
524
|
isOpen?: boolean;
|
|
525
|
+
/** Título do menu */
|
|
526
|
+
title?: string;
|
|
525
527
|
};
|
|
526
528
|
|
|
527
529
|
declare type __VLS_Props_2 = {
|
|
@@ -1823,6 +1825,7 @@ toggleMenu: (clicado: boolean) => any;
|
|
|
1823
1825
|
onRedirect?: (item: SubMenu | ItensMenu_2) => any;
|
|
1824
1826
|
onToggleMenu?: (clicado: boolean) => any;
|
|
1825
1827
|
}>, {
|
|
1828
|
+
title: string;
|
|
1826
1829
|
itemsSearch: ItensMenu_2[];
|
|
1827
1830
|
isHome: boolean;
|
|
1828
1831
|
isSearch: boolean;
|