yamori

有給休暇計算を主目的とした簡易勤怠管理システム

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
// 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";