add multiNavigation inside arkui.kit

Signed-off-by: mayaolll <mayao17@huawei.com>
This commit is contained in:
mayaolll 2024-11-20 11:29:32 +08:00
parent 3cbfce3df3
commit 5fb407956f

View File

@ -163,6 +163,9 @@ import {
InnerFullScreenLaunchComponent,
LaunchController
} from '@ohos.arkui.advanced.InnerFullScreenLaunchComponent';
import {
SplitPolicy, MultiNavigation, MultiNavPathStack
} from '@ohos.arkui.advanced.MultiNavigation';
export {
AddFormMenuItem, AddFormOptions, AlertDialog, Animator, AnimatorOptions, AnimatorResult, App, AppResponse, AtomicServiceBar,
AtomicServiceNavigation, NavDestinationBuilder,
@ -219,4 +222,5 @@ export {
Rect, RoundRect, edgeColors, edgeWidths, borderStyles, borderRadiuses, ParticleModifier,
InnerFullScreenLaunchComponent, LaunchController, AccessibilitySelectedType, AccessibilityOptions, CloseOptions, ChipSuffixSymbolGlyphOptions,
SuffixImageIconOptions, SymbolItemOptions,
SplitPolicy, MultiNavigation, MultiNavPathStack,
};