UNPKG

@sandlada/mdc

Version:

@sandlada/mdc is an open source component library that follows the Material Design 3 design specifications.

21 lines 711 B
export type TNavigationRailAnimationArgs = Parameters<Element['animate']>; export type TNavigationRailAnimation = { /** * Animations for the dialog itself. */ dialog?: TNavigationRailAnimationArgs[]; /** * Animations for the container of the dialog. */ container?: TNavigationRailAnimationArgs[]; /** * Animations for the contents section. */ content?: TNavigationRailAnimationArgs[]; }; /** * The default dialog open animation. */ export declare const NavigationRailDefaultOpenAnimation: TNavigationRailAnimation; export declare const NavigationRailDefaultCloseAnimation: TNavigationRailAnimation; //# sourceMappingURL=navigation-rail-animations.d.ts.map