UNPKG

@veracity/vui

Version:

Veracity UI is a React component library crafted for use within Veracity applications and pages. Based on Styled Components and @xstyled.

14 lines (13 loc) 523 B
import { VuiTheme } from "../theme/types.js"; import { SystemProp, VariantsType } from "@xstyled/system"; //#region src/system/animations.d.ts type AnimationGetter = VariantsType<VuiTheme['animations']>; type AnimationProp = SystemProp<AnimationGetter, VuiTheme>; type AnimationProps = { animation?: AnimationProp; hoverAnimation?: AnimationProp; }; type AnimationsProps = AnimationProps; //#endregion export { AnimationGetter, AnimationProp, AnimationProps, AnimationsProps }; //# sourceMappingURL=animations.d.ts.map