@wordpress/components
Version:
UI components for WordPress.
16 lines (15 loc) • 321 B
JavaScript
const initialStateReducer = (state) => state;
const initialInputControlState = {
error: null,
initialValue: "",
isDirty: false,
isDragEnabled: false,
isDragging: false,
isPressEnterToChange: false,
value: ""
};
export {
initialInputControlState,
initialStateReducer
};
//# sourceMappingURL=state.js.map