From 6608af10c376e2bdafeed0946e2c83ca9f0538ef Mon Sep 17 00:00:00 2001 From: Akalanka Perera Date: Sat, 16 Mar 2024 17:08:24 +0530 Subject: [PATCH] Fix: exported seat status --- src/index.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/index.tsx b/src/index.tsx index ab66d23..c8a51d0 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -3,6 +3,8 @@ import { default as Core, TooltipProvider } from "@/components"; import { store } from "@/store"; import { type ISTKProps } from "./types"; +export { SeatStatus } from "@/types/elements"; + export const SeatToolkit = (props: ISTKProps) => { return (