tmp
This commit is contained in:
@@ -4,10 +4,11 @@ import { ClassName, Styles } from '../common/common';
|
||||
export default class Skeleton extends SuperComponent {
|
||||
externalClasses: string[];
|
||||
properties: import("./type").TdSkeletonProps;
|
||||
timer: any;
|
||||
data: {
|
||||
prefix: string;
|
||||
classPrefix: string;
|
||||
parsedRowcols: any[];
|
||||
parsedRowCols: any[];
|
||||
};
|
||||
observers: {
|
||||
rowCol(): void;
|
||||
@@ -15,11 +16,13 @@ export default class Skeleton extends SuperComponent {
|
||||
};
|
||||
lifetimes: {
|
||||
attached(): void;
|
||||
detached(): void;
|
||||
};
|
||||
methods: {
|
||||
init(): void;
|
||||
getColItemClass(obj: SkeletonRowColObj): ClassName;
|
||||
getColItemStyle(obj: SkeletonRowColObj): Styles;
|
||||
clearTimer(): void;
|
||||
isShowSkeleton(): void;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user