import type { Aligned } from "../../types" const defaultProps = { inputs: {}, componentInputs: {} } const defaultAlignement: Aligned = { horizontalAlignment: 'center', verticalAlignment: 'center' } export { defaultProps, defaultAlignement }