@solcre-org/core-ui 2.17.1 → 2.17.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts
CHANGED
|
@@ -3127,6 +3127,7 @@ interface DocumentConfig {
|
|
|
3127
3127
|
customDateFormat?: string;
|
|
3128
3128
|
emptyStateMessage?: string;
|
|
3129
3129
|
emptyStateIcon?: string;
|
|
3130
|
+
showUploadButton?: boolean;
|
|
3130
3131
|
}
|
|
3131
3132
|
|
|
3132
3133
|
declare class GenericDocumentationComponent implements OnInit, OnDestroy {
|