UNPKG

@wordpress/style-engine

Version:
9 lines (7 loc) 182 B
/** * Internal dependencies */ import background from './background'; import gradient from './gradient'; import text from './text'; export default [ text, gradient, background ];