UNPKG

@shko.online/componentframework-mock

Version:

Mocking library to help with testing PowerApps Component Framework Components

9 lines (8 loc) 294 B
/* Copyright (c) 2022 Betim Beja and Shko Online LLC Licensed under the MIT license. */ export { arrayEqual } from './arrayEqual'; export { AttributeMetadataGenerator } from './AttributeMetadataGenerator'; export { showBanner } from './banner'; export { itemEqual } from './itemEqual';