matcha-components 20.117.0 → 20.120.0
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/README.md +0 -6
- package/fesm2022/matcha-components.mjs +14 -7
- package/fesm2022/matcha-components.mjs.map +1 -1
- package/index.d.ts +2 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -745,6 +745,8 @@ declare class MatchaSkeletonComponent {
|
|
|
745
745
|
height: number | string;
|
|
746
746
|
model: 'profile' | 'table' | 'empty' | string | null;
|
|
747
747
|
gap: number | string;
|
|
748
|
+
private get amountNumber();
|
|
749
|
+
private get gridNumber();
|
|
748
750
|
get classes(): string;
|
|
749
751
|
get heightClass(): string;
|
|
750
752
|
get amountArray(): number[];
|