13 lines
240 B
TypeScript
13 lines
240 B
TypeScript
export declare const CROP_TYPE: {
|
|
CUSTOM: string;
|
|
AUTO: string;
|
|
};
|
|
export declare const defaultAlignOption: {
|
|
points: string[];
|
|
offset: number[];
|
|
overflow: {
|
|
adjustX: boolean;
|
|
adjustY: boolean;
|
|
};
|
|
};
|