@ef2/react
Advanced tools
Comparing version 1.0.23 to 1.0.24
@@ -0,1 +1,2 @@ | ||
import 'client-only'; | ||
import { PropsWithChildren } from 'react'; | ||
@@ -2,0 +3,0 @@ import { DeepPartial, Theme } from '../../theme/types'; |
@@ -0,1 +1,2 @@ | ||
import 'client-only'; | ||
import { Maybe } from './theme/types'; | ||
@@ -2,0 +3,0 @@ import Button, { ButtonProps } from './components/Button'; |
{ | ||
"name": "@ef2/react", | ||
"version": "1.0.23", | ||
"version": "1.0.24", | ||
"main": "lib/index.js", | ||
@@ -5,0 +5,0 @@ "module": "lib/index.esm.js", |
@@ -13,4 +13,5 @@ import 'client-only' | ||
import Rating, { RatingProps } from './components/Rating'; | ||
import ScrollHeader, { ScrollHeaderProps } from './components/ScrollHeader'; | ||
export type { ButtonProps, RowProps, PartialTheme, Maybe, ModalProps, IconProps, RatingProps, CopyrightProps }; | ||
export { Button, ThemeProvider, Container, Row, Toggle, Copyright, Modal, FormControl, Icon, Rating }; | ||
export type { ButtonProps, RowProps, PartialTheme, Maybe, ModalProps, IconProps, RatingProps, CopyrightProps, ScrollHeaderProps }; | ||
export { Button, ThemeProvider, Container, Row, Toggle, Copyright, Modal, FormControl, Icon, Rating, ScrollHeader }; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4708242
75
47650