Variable iconVariantsConst
iconVariants: {
closed: {
rotate: number;
transition: {
delay: number;
duration: number;
type: string;
};
};
open: {
rotate: number;
transition: {
duration: number;
type: string;
};
};
} = ...
Type declaration
-
closed: {
rotate: number;
transition: {
delay: number;
duration: number;
type: string;
};
}
-
rotate: number
-
transition: {
delay: number;
duration: number;
type: string;
}
-
delay: number
-
duration: number
-
type: string
-
open: {
rotate: number;
transition: {
duration: number;
type: string;
};
}
-
rotate: number
-
transition: {
duration: number;
type: string;
}
-
duration: number
-
type: string