You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

9 lines
311 B

import type { Placement, RelativePlacement } from '../types';
/**
* <zh/> 解析位置
*
* <en/> Parse position
* @param placement - <zh/> 位置 | <en/> placement
* @returns <zh/> 相对位置 | <en/> relative placement
*/
export declare function parsePlacement(placement: Placement): RelativePlacement;