UNPKG

@wordpress/components

Version:
11 lines (10 loc) 248 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]; //# sourceMappingURL=config.js.map