UNPKG

lucid-ui

Version:

A UI component library from AppNexus.

7 lines (6 loc) 160 B
// Reducers file is optional. Include for all Lucid components which must handle their own state. export function onX(state: any) { return { ...state, }; }