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:
14
breakpilot-compliance-sdk/packages/react/src/index.ts
Normal file
14
breakpilot-compliance-sdk/packages/react/src/index.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
* @breakpilot/compliance-sdk-react
|
||||
*
|
||||
* React components and hooks for BreakPilot Compliance SDK
|
||||
*/
|
||||
|
||||
// Provider
|
||||
export { ComplianceProvider, ComplianceContext, type ComplianceProviderProps } from './provider'
|
||||
|
||||
// Hooks
|
||||
export * from './hooks'
|
||||
|
||||
// Components
|
||||
export * from './components'
|
||||
Reference in New Issue
Block a user