This commit is contained in:
lik
2026-05-28 17:06:18 +08:00
parent a93a75b3c6
commit db0f47d994
582 changed files with 8060 additions and 1781 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;