UNPKG

@gechiui/block-editor

Version:
9 lines (6 loc) 171 B
/** * GeChiUI dependencies */ import { createContext } from '@gechiui/element'; const InserterListboxContext = createContext(); export default InserterListboxContext;