UNPKG

@wordpress/block-editor

Version:
15 lines (14 loc) 361 B
/** * WordPress dependencies */ import { useContext } from '@wordpress/element'; /** * Internal dependencies */ import { OnCaretVerticalPositionChange } from '../block-list'; export function useNativeProps() { return { onCaretVerticalPositionChange: useContext(OnCaretVerticalPositionChange) }; } //# sourceMappingURL=use-native-props.native.js.map