@veracity/vui
Version:
Veracity UI is a React component library crafted for use within Veracity applications and pages. Based on Styled Components and @xstyled.
19 lines (18 loc) • 395 B
TypeScript
//#region src/theme/foundations/animations.d.ts
declare const _default: {
none: string;
bounce: string;
fadeDown: string;
fadeIn: string;
fadeLeft: string;
fadeLeftLong: string;
fadeOut: string;
fadeRight: string;
fadeRightLong: string;
fadeUp: string;
pulse: string;
spin: string;
};
//#endregion
export { _default as default };
//# sourceMappingURL=animations.d.ts.map