初始化版本库,可用
This commit is contained in:
15
types/Common/CommonSelectOption.d.ts
vendored
Normal file
15
types/Common/CommonSelectOption.d.ts
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
import { ComposingType, LinesType, FaceDirection } from "../UI/Store/BoardInterface";
|
||||
/**排版面选择项 */
|
||||
export declare const ComposingFaceSelectOption: {
|
||||
label: string;
|
||||
value: ComposingType;
|
||||
}[];
|
||||
export declare const LineTypeSelectOption: {
|
||||
label: string;
|
||||
value: LinesType;
|
||||
}[];
|
||||
export declare const BigFaceSelectOption: {
|
||||
label: string;
|
||||
value: FaceDirection;
|
||||
}[];
|
||||
//# sourceMappingURL=CommonSelectOption.d.ts.map
|
Reference in New Issue
Block a user