@keyvaluesystems/react-stepper
Version:
A fully customizable stepper component
10 lines (9 loc) • 303 B
TypeScript
/**
* To get the label style considering the orientation
* @function
* @param {string} [orientation]
* @param {string} [labelPosition]
* @returns {string|undefined}
*/
declare const getLabelStyle: (orientation?: string, labelPosition?: string) => string | undefined;
export default getLabelStyle;