UNPKG

@kubit-ui-web/react-components

Version:

Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience

6 lines 225 B
import { LinkTargetType } from '../types/target'; export const linkTargetValue = (target) => { const targetValue = target ? LinkTargetType[target] : undefined; return targetValue; }; //# sourceMappingURL=target.js.map