任务明细页面
This commit is contained in:
18
components/fab/type.d.ts
vendored
Normal file
18
components/fab/type.d.ts
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
export interface TdFabProps {
|
||||
buttonProps?: {
|
||||
type: ObjectConstructor;
|
||||
value?: object;
|
||||
};
|
||||
icon?: {
|
||||
type: StringConstructor;
|
||||
value?: string;
|
||||
};
|
||||
style?: {
|
||||
type: StringConstructor;
|
||||
value?: string;
|
||||
};
|
||||
text?: {
|
||||
type: StringConstructor;
|
||||
value?: string;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user