@reusable-ui/hamburger-menu-button
Version:
A toggleable hamburger button for showing/hiding menu in Navbar.
30 lines (29 loc) • 5.54 kB
TypeScript
export declare const hamburgerMenuButtons: import("@cssfn/css-config").Refs<{
hamburgerTopAnimIn: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.Animation<import("@cssfn/css-types").CssDuration>> | null | undefined;
hamburgerMidAnimIn: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.Animation<import("@cssfn/css-types").CssDuration>> | null | undefined;
hamburgerBtmAnimIn: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.Animation<import("@cssfn/css-types").CssDuration>> | null | undefined;
hamburgerTopAnimOut: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.Animation<import("@cssfn/css-types").CssDuration>> | null | undefined;
hamburgerMidAnimOut: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.Animation<import("@cssfn/css-types").CssDuration>> | null | undefined;
hamburgerBtmAnimOut: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.Animation<import("@cssfn/css-types").CssDuration>> | null | undefined;
hamburgerTopTransformIn: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.Transform> | null | undefined;
hamburgerMidTransformIn: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.Transform> | null | undefined;
hamburgerBtmTransformIn: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.Transform> | null | undefined;
hamburgerTopTransformOut: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.Transform> | null | undefined;
hamburgerMidTransformOut: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.Transform> | null | undefined;
hamburgerBtmTransformOut: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.Transform> | null | undefined;
defaultAnimationDuration: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.AnimationDuration<import("@cssfn/css-types").CssDuration>> | null | undefined;
}>, hamburgerMenuButtonValues: import("@cssfn/css-config").Vals<{
hamburgerTopAnimIn: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.Animation<import("@cssfn/css-types").CssDuration>> | null | undefined;
hamburgerMidAnimIn: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.Animation<import("@cssfn/css-types").CssDuration>> | null | undefined;
hamburgerBtmAnimIn: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.Animation<import("@cssfn/css-types").CssDuration>> | null | undefined;
hamburgerTopAnimOut: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.Animation<import("@cssfn/css-types").CssDuration>> | null | undefined;
hamburgerMidAnimOut: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.Animation<import("@cssfn/css-types").CssDuration>> | null | undefined;
hamburgerBtmAnimOut: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.Animation<import("@cssfn/css-types").CssDuration>> | null | undefined;
hamburgerTopTransformIn: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.Transform> | null | undefined;
hamburgerMidTransformIn: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.Transform> | null | undefined;
hamburgerBtmTransformIn: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.Transform> | null | undefined;
hamburgerTopTransformOut: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.Transform> | null | undefined;
hamburgerMidTransformOut: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.Transform> | null | undefined;
hamburgerBtmTransformOut: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.Transform> | null | undefined;
defaultAnimationDuration: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.AnimationDuration<import("@cssfn/css-types").CssDuration>> | null | undefined;
}>, cssHamburgerMenuButtonConfig: import("@cssfn/css-config").LiveCssConfigOptions;