Files
calendar/packages/platform/atoms/availability/index.ts
T
Lauris SkraucisandGitHub 655127d155 fix: exclude atoms web wrappers from build (#15216)
* fix: exclude atoms web wrappers from build

* refactor: tsconfig web wrapper regex

* refactor: wrappers follow schema Component(Web|Platform)Wrapper.tsx

* fix: tsconfig regex for web wrapper
2024-05-28 10:09:03 +00:00

5 lines
192 B
TypeScript

export { AvailabilitySettingsPlatformWrapper } from "./wrappers/AvailabilitySettingsPlatformWrapper";
export { AvailabilitySettings } from "./AvailabilitySettings";
export * from "../types";