UNPKG

lucid-ui

Version:

A UI component library from AppNexus.

7 lines 220 B
// Reducers file is optional. Include for all Lucid components which must handle their own state. export function onX(state) { return { ...state, }; } //# sourceMappingURL=ExampleComponent.reducers.js.map