@spscommerce/ds-react 4.5.0-ie → 4.7.0

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.
@@ -0,0 +1,2 @@
1
+ import * as React from 'react';
2
+ export default function SpsCardV2({ children, className, ...rest }: React.HTMLProps<HTMLDivElement>): JSX.Element;
@@ -0,0 +1,2 @@
1
+ import * as React from 'react';
2
+ export default function SpsCardV2Footer({ children, className, ...rest }: React.HTMLProps<HTMLDivElement>): JSX.Element;
@@ -0,0 +1,2 @@
1
+ import * as React from 'react';
2
+ export default function SpsCardV2Header({ children, className, ...rest }: React.HTMLProps<HTMLDivElement>): JSX.Element;
@@ -0,0 +1,2 @@
1
+ import * as React from 'react';
2
+ export default function SpsCardV2Title({ children, className, ...rest }: React.HTMLProps<HTMLDivElement>): JSX.Element;
@@ -0,0 +1,5 @@
1
+ import SpsCardV2 from './SpsCardV2';
2
+ import SpsCardV2Footer from './SpsCardV2Footer';
3
+ import SpsCardV2Header from './SpsCardV2Header';
4
+ import SpsCardV2Title from './SpsCardV2Title';
5
+ export { SpsCardV2, SpsCardV2Footer, SpsCardV2Header, SpsCardV2Title, };