@mcurros2/microm 1.1.321-0 → 1.1.323-0
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/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +7 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -3053,7 +3053,7 @@ export interface UseMenuContentResult {
|
|
|
3053
3053
|
mainMenuId: string;
|
|
3054
3054
|
mainMenu: MenuContentResult;
|
|
3055
3055
|
}
|
|
3056
|
-
export function useMenuContent(
|
|
3056
|
+
export function useMenuContent(props: UseMenuContentProps): UseMenuContentResult;
|
|
3057
3057
|
export type UseMenuContentReturnType = UseMenuContentResult;
|
|
3058
3058
|
export function normalizeTextToLowercaseWithoutAccents(value: string): string;
|
|
3059
3059
|
export function caseInsensitveAccentInsensitiveFilter(query: string, actions: SpotlightAction[]): SpotlightAction[];
|