Repository URL to install this package:
Version:
0.9.6 ▾
|
/**
*
* @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 };