纪念日调整
This commit is contained in:
22
components/empty/type.d.ts
vendored
Normal file
22
components/empty/type.d.ts
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
export interface TdEmptyProps {
|
||||
description?: {
|
||||
type: StringConstructor;
|
||||
value?: string;
|
||||
required?: boolean;
|
||||
};
|
||||
externalClasses?: {
|
||||
type: ArrayConstructor;
|
||||
value?: ['t-class', 't-class-description', 't-class-image', 't-class-actions'];
|
||||
required?: boolean;
|
||||
};
|
||||
icon?: {
|
||||
type: StringConstructor;
|
||||
value?: string;
|
||||
required?: boolean;
|
||||
};
|
||||
image?: {
|
||||
type: StringConstructor;
|
||||
value?: string;
|
||||
required?: boolean;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user