Skip to content

Commit 38cc1a5

Browse files
committed
chore(bottom-navigation): update type
1 parent a4a1f0f commit 38cc1a5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/varlet-ui/types/bottomNavigation.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import { BasicAttributes, ListenerProp, SetPropsDefaults, VarComponent } from '.
55
export declare const bottomNavigationProps: Record<keyof BottomNavigationProps, any>
66

77
export interface BottomNavigationProps extends BasicAttributes {
8+
animated?: boolean
89
active?: number | string
910
fixed?: boolean
1011
border?: boolean

0 commit comments

Comments
 (0)