Export FossaPageProps

Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
This commit is contained in:
Oliver Sand
2021-10-18 09:54:13 +02:00
parent 09c106b96c
commit a6a283d760
4 changed files with 14 additions and 3 deletions
@@ -15,3 +15,4 @@
*/
export { FossaPage } from './FossaPage';
export type { FossaPageProps } from './FossaPage';
+1 -1
View File
@@ -14,4 +14,4 @@
* limitations under the License.
*/
export * from './FossaCard';
export type { FossaPageProps } from './FossaPage';
+2 -1
View File
@@ -20,5 +20,6 @@
* @packageDocumentation
*/
export { fossaPlugin } from './plugin';
export * from './components';
export { EntityFossaCard, FossaPage } from './extensions';
export { fossaPlugin } from './plugin';