@mybricks/sdk-for-app
Advanced tools
Comparing version 0.0.9 to 0.0.10
{ | ||
"name": "@mybricks/sdk-for-app", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "SDK for application UI", | ||
@@ -5,0 +5,0 @@ "main": "index.min.js", |
import { ReactElement } from 'react'; | ||
export interface ViewProps { | ||
extName: 'pc-page' | 'cloud-com'; | ||
children: ReactElement; | ||
extName: 'pc-page' | 'cloud-com' | 'material'; | ||
className?: string; | ||
@@ -7,0 +7,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6726