Repository URL to install this package:
|
Version:
2.8.0-studio-release ▾
|
/**
*
* @param alignType prefix | suffix
* receives the align type as a string format
* and return the flex order index value to position the element
*/
declare function getBarCountPosition(alignType: string): string;
export { getBarCountPosition };