/** * Validation exports */ export { validateProps } from './validateProps'; export { validateWidgetConfig } from './validateWidget';