UNPKG

@thehappycoder/react-responsive-pagination

Version:
7 lines (6 loc) 232 B
export function createNavWidthCalculator(widths) { return function navWidthCalculator(type, enabled) { var widthsForType = widths[type]; return enabled ? widthsForType.disabled : widthsForType.disabled; }; }