@spscommerce/ds-shared
Advanced tools
Comparing version 8.21.1 to 8.21.2
@@ -1,2 +0,2 @@ | ||
import type { ReactElement } from "react"; | ||
import type { ReactElement, FC } from "react"; | ||
export interface ExtraExampleRendererArgs { | ||
@@ -41,3 +41,4 @@ naviagateTo: (selection: string) => void; | ||
examples: DSReactExamples; | ||
notices?: FC[]; | ||
}>; | ||
export {}; |
{ | ||
"name": "@spscommerce/ds-shared", | ||
"description": "Package for sharing code and types between DS Angular and DS React.", | ||
"version": "8.21.1", | ||
"version": "8.21.2", | ||
"author": "SPS Commerce", | ||
@@ -6,0 +6,0 @@ "license": "UNLICENSED", |
60924
1111