UNPKG

@telia/styleguide

Version:

This is a living styleguide, showing the Atomic Design components which should be used in Telia Norway's web applications to achieve a common look & feel, and therefore user experience.

6 lines 99 B
export const preventDefault = fun => e => { if (fun) { e.preventDefault(); fun(e); } };