1 | import { RollingTextDirection } from './types';
|
2 | export declare const props: {
|
3 | figureArr: {
|
4 | type: import("vue").PropType<unknown[]>;
|
5 | default: () => never[];
|
6 | };
|
7 | delay: NumberConstructor;
|
8 | duration: {
|
9 | type: NumberConstructor;
|
10 | default: number;
|
11 | };
|
12 | isStart: BooleanConstructor;
|
13 | direction: {
|
14 | type: import("vue").PropType<RollingTextDirection>;
|
15 | default: RollingTextDirection;
|
16 | };
|
17 | height: {
|
18 | type: NumberConstructor;
|
19 | default: number;
|
20 | };
|
21 | };
|
22 | declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
23 | figureArr: {
|
24 | type: import("vue").PropType<unknown[]>;
|
25 | default: () => never[];
|
26 | };
|
27 | delay: NumberConstructor;
|
28 | duration: {
|
29 | type: NumberConstructor;
|
30 | default: number;
|
31 | };
|
32 | isStart: BooleanConstructor;
|
33 | direction: {
|
34 | type: import("vue").PropType<RollingTextDirection>;
|
35 | default: RollingTextDirection;
|
36 | };
|
37 | height: {
|
38 | type: NumberConstructor;
|
39 | default: number;
|
40 | };
|
41 | }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
42 | figureArr: {
|
43 | type: import("vue").PropType<unknown[]>;
|
44 | default: () => never[];
|
45 | };
|
46 | delay: NumberConstructor;
|
47 | duration: {
|
48 | type: NumberConstructor;
|
49 | default: number;
|
50 | };
|
51 | isStart: BooleanConstructor;
|
52 | direction: {
|
53 | type: import("vue").PropType<RollingTextDirection>;
|
54 | default: RollingTextDirection;
|
55 | };
|
56 | height: {
|
57 | type: NumberConstructor;
|
58 | default: number;
|
59 | };
|
60 | }>> & Readonly<{}>, {
|
61 | height: number;
|
62 | duration: number;
|
63 | direction: RollingTextDirection;
|
64 | figureArr: unknown[];
|
65 | isStart: boolean;
|
66 | }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
67 | export default _default;
|