@nexxtmove/ui 0.1.20 → 0.1.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +4 -0
- package/dist/index.js +303 -268
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -179,6 +179,10 @@ declare interface NexxtSocialIconsProps {
|
|
|
179
179
|
tiktok?: boolean;
|
|
180
180
|
}
|
|
181
181
|
|
|
182
|
+
export declare const NexxtSocialMediaCustomTemplate: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
183
|
+
videoRef: HTMLVideoElement;
|
|
184
|
+
}, HTMLButtonElement>;
|
|
185
|
+
|
|
182
186
|
export declare const NexxtSocialMediaTemplate: DefineComponent<NexxtSocialMediaTemplateProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
183
187
|
click: (...args: any[]) => void;
|
|
184
188
|
}, string, PublicProps, Readonly<NexxtSocialMediaTemplateProps> & Readonly<{
|