reablocks
Version:
Component library for React
35 lines (34 loc) • 537 B
TypeScript
export declare const variants: {
start: {
initial: {
x: string;
};
animate: {
x: string;
};
};
end: {
initial: {
x: string;
};
animate: {
x: string;
};
};
top: {
initial: {
y: string;
};
animate: {
y: string;
};
};
bottom: {
initial: {
y: string;
};
animate: {
y: string;
};
};
};