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:
16
admin-compliance/components/sdk/index.ts
Normal file
16
admin-compliance/components/sdk/index.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
/**
|
||||
* AI Compliance SDK - Components
|
||||
*/
|
||||
|
||||
// Layout
|
||||
export { SDKLayout } from './Layout'
|
||||
|
||||
// Sidebar
|
||||
export { SDKSidebar } from './Sidebar'
|
||||
|
||||
// Command Bar
|
||||
export { CommandBar } from './CommandBar'
|
||||
|
||||
// Document Upload
|
||||
export { DocumentUploadSection } from './DocumentUpload'
|
||||
export type { DocumentUploadSectionProps, UploadedDocument, ExtractedContent, ExtractedSection } from './DocumentUpload'
|
||||
Reference in New Issue
Block a user