@phillips/seldon 1.17.0 → 1.17.1
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/dist/index.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export { default as Button } from './components/Button/Button';
|
|
2
|
-
export { default as ErrorBoundary } from './components/ErrorBoundary/ErrorBoundary';
|
|
3
|
-
export { default as Grid } from './components/Grid/Grid';
|
|
4
|
-
export { default as Header } from './components/Header/Header';
|
|
5
|
-
export { default as HeroBanner } from './components/HeroBanner/HeroBanner';
|
|
6
|
-
export { default as Input } from './components/Input/Input';
|
|
7
|
-
export { default as Select } from './components/Select/Select';
|
|
8
|
-
export { default as ViewingsList } from './components/ViewingsList/ViewingsList';
|
|
9
|
-
export { default as StatefulViewingsList } from './components/ViewingsList/StatefulViewingsList';
|
|
1
|
+
export { default as Button, type ButtonProps } from './components/Button/Button';
|
|
2
|
+
export { default as ErrorBoundary, type ErrorBoundaryProps } from './components/ErrorBoundary/ErrorBoundary';
|
|
3
|
+
export { default as Grid, type GridProps } from './components/Grid/Grid';
|
|
4
|
+
export { default as Header, type HeaderProps } from './components/Header/Header';
|
|
5
|
+
export { default as HeroBanner, type HeroBannerProps } from './components/HeroBanner/HeroBanner';
|
|
6
|
+
export { default as Input, type InputProps } from './components/Input/Input';
|
|
7
|
+
export { default as Select, type SelectProps } from './components/Select/Select';
|
|
8
|
+
export { default as ViewingsList, type ViewingsListProps } from './components/ViewingsList/ViewingsList';
|
|
9
|
+
export { default as StatefulViewingsList, type StatefulViewingsListProps, } from './components/ViewingsList/StatefulViewingsList';
|
|
10
10
|
export { default as Page } from './pages/Page';
|