@aitronos/freddy-plugins 0.1.26 → 0.1.28
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/freddy-plugins.css +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +0 -2
- package/dist/index.js +551 -551
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -386,8 +386,6 @@ export declare const ModalBox: __VLS_WithTemplateSlots<typeof __VLS_component, _
|
|
|
386
386
|
|
|
387
387
|
export declare const ModalOverlay: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
|
|
388
388
|
|
|
389
|
-
export declare const MyButton: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
390
|
-
|
|
391
389
|
export declare const Pagination: DefineComponent<ExtractPropTypes< {
|
|
392
390
|
totalItems: {
|
|
393
391
|
type: NumberConstructor;
|