UNPKG

unika-components

Version:

Unika Vue3 components library

39 lines (38 loc) 1.15 kB
import { ElementData } from '../../defaultProps'; import { PropType } from 'vue'; import '../../assets/css/effect.css'; interface Particle { style: { left: string; top: string; width: string; height: string; animationDuration: string; backgroundImage: string; }; } declare const _default: import("vue").DefineComponent<{ element: { type: PropType<ElementData>; required: true; }; }, { containerStyle: import("vue").ComputedRef<{ position: string; left: string; top: string; width: string; height: string; transform: string; opacity: number | undefined; pointerEvents: string; overflow: string; }>; particles: import("vue").ComputedRef<Particle[]>; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ element: { type: PropType<ElementData>; required: true; }; }>>, {}, {}>; export default _default;