UNPKG

@wordpress/components

Version:
11 lines (9 loc) 220 B
/** * Internal dependencies */ import CONFIG from './config-values'; /** * @param {keyof CONFIG} name The variable name * @return {string | number} The variable */ export const config = ( name ) => CONFIG[ name ];