UNPKG

@wordpress/components

Version:
17 lines (16 loc) 375 B
// packages/components/src/input-control/reducer/state.ts var initialStateReducer = (state) => state; var initialInputControlState = { error: null, initialValue: "", isDirty: false, isDragEnabled: false, isDragging: false, isPressEnterToChange: false, value: "" }; export { initialInputControlState, initialStateReducer }; //# sourceMappingURL=state.js.map