Skip to content

Export types - #21

Merged
javierbyte merged 1 commit into
javierbyte:mainfrom
piotr-cz:patch-1
Aug 24, 2026
Merged

Export types#21
javierbyte merged 1 commit into
javierbyte:mainfrom
piotr-cz:patch-1

Conversation

@piotr-cz

@piotr-cz piotr-cz commented Jan 29, 2024

Copy link
Copy Markdown
Contributor

Example usage:

import NumberEasing, { type NumberEasingProps } from 'react-number-easing'

const commonNumberEasingProps: Partial<NumberEasingProps> = {
  speed: 300,
  ease: 'sineInOut',
}

export const Fun() {
  <NumberEasing {...commonNumberEasingProps} value={123} />
}

@piotr-cz

Copy link
Copy Markdown
Contributor Author

By the way, there's no release with types yet

@javierbyte

Copy link
Copy Markdown
Owner

LGTM!

@javierbyte
javierbyte merged commit b8e51f9 into javierbyte:main Aug 24, 2026
@piotr-cz
piotr-cz deleted the patch-1 branch August 24, 2026 07:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants