/** * Public type exports for the Voltra plugin */ export type { ConfigPluginProps, IOSPluginProps, VoltraConfigPlugin } from './plugin'; export type { WidgetConfig, WidgetFamily, WidgetFiles } from './widget';