/** * Internal dependencies */ import getUID from '../../../utils/get-uid'; import getControlTypeData from '../../../utils/get-control-type-data'; export function get() { return { getUID, getControlTypeData, }; }