升级package, 以及更新声明文件

This commit is contained in:
zhengw
2026-01-09 16:33:18 +08:00
parent 0c4b2a886c
commit cf461d33f9
238 changed files with 46252 additions and 5857 deletions

View File

@@ -6,6 +6,7 @@ export default class Tabbar extends SuperComponent {
data: {
prefix: string;
classPrefix: string;
placeholderHeight: number;
};
properties: import("./type").TdTabBarProps;
controlledProps: {
@@ -14,11 +15,13 @@ export default class Tabbar extends SuperComponent {
}[];
observers: {
value(): void;
'fixed, placeholder'(): void;
};
lifetimes: {
ready(): void;
};
methods: {
setPlaceholderHeight(): void;
showChildren(): void;
updateChildren(): void;
updateValue(value: any): void;