// SPDX-FileCopyrightText: 2024 Shota FUJI <pockawoooh@gmail.com>
// SPDX-License-Identifier: AGPL-3.0-only
export { ErrorCallout } from "./ErrorCallout/ErrorCallout.tsx";
export type { ErrorCalloutProps } from "./ErrorCallout/ErrorCallout.tsx";
export { Managed as ManagedErrorCallout } from "./ErrorCallout/Managed.tsx";
export type { ManagedProps as ManagedErrorCalloutProps } from "./ErrorCallout/Managed.tsx";