Files
breakpilot-compliance/breakpilot-compliance-sdk/packages/vue/src/composables/index.ts
T
Benjamin Boenisch 4435e7ea0a Initial commit: breakpilot-compliance - Compliance SDK Platform
Services: Admin-Compliance, Backend-Compliance,
AI-Compliance-SDK, Consent-SDK, Developer-Portal,
PCA-Platform, DSMS

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-11 23:47:28 +01:00

10 lines
400 B
TypeScript

/**
* Vue 3 Composables for BreakPilot Compliance SDK
*/
export { useCompliance, type UseComplianceReturn } from './useCompliance'
export { useDSGVO, type UseDSGVOReturn } from './useDSGVO'
export { useRAG, type UseRAGReturn } from './useRAG'
export { useControls, type UseControlsReturn } from './useControls'
export { useSecurity, type UseSecurityReturn, type ScanOptions } from './useSecurity'