ui-nyla/src/components/UiComponents/FloatingPortal/index.ts
ValueOn AG d579df1c92
Some checks failed
Deploy Nyla Frontend to Integration / deploy (push) Failing after 52s
panel ui
2026-06-11 16:43:53 +02:00

4 lines
197 B
TypeScript

// Copyright (c) 2026 PowerOn AG
// All rights reserved.
export { FloatingPortal, default } from './FloatingPortal';
export type { FloatingPortalProps, FloatingPlacement } from './FloatingPortal';