import React from 'react'; export default function Filler({width, height, children, style, ...props}) { return {children} }