import type { ToastAction } from "./ToastAction.js"; import type { ToastInput } from "./ToastInput.js"; export type ToastActionsChild = { "input": ToastInput; } | { "action": ToastAction; }; //# sourceMappingURL=ToastActionsChild.d.ts.map