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>
This commit is contained in:
12
breakpilot-compliance-sdk/packages/react/src/components.ts
Normal file
12
breakpilot-compliance-sdk/packages/react/src/components.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* React Components
|
||||
*
|
||||
* Pre-built UI components for common compliance functionality
|
||||
*/
|
||||
|
||||
// Re-export all components
|
||||
export { ConsentBanner, type ConsentBannerProps } from './components/ConsentBanner'
|
||||
export { DSRPortal, type DSRPortalProps } from './components/DSRPortal'
|
||||
export { ComplianceDashboard, type ComplianceDashboardProps } from './components/ComplianceDashboard'
|
||||
export { ComplianceScore, type ComplianceScoreProps } from './components/ComplianceScore'
|
||||
export { RiskMatrix, type RiskMatrixProps } from './components/RiskMatrix'
|
||||
Reference in New Issue
Block a user