Repository URL to install this package:
|
Version:
4.2.0-a11y.0 ▾
|
/**
*
* @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 getFlexOrderByAlignType(alignType: string): string;
export { getFlexOrderByAlignType };
export default getFlexOrderByAlignType;