Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.

Commit 38006e2

Browse files
fix(utils): export ShorthandRenderer (#698)
* fix(utils): export ShorthandRenderer * - changelog
1 parent 4388aad commit 38006e2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
2828
- Fix default props in `Accordion` and `Dropdown` components @layershifter ([#675](https://github.com/stardust-ui/react/pull/675))
2929
- Refactor render method of `Label` component and simplify docs @davezuko ([#642](https://github.com/stardust-ui/react/pull/642))
3030
- Fix shorthand prop type @kuzhelov ([#697](https://github.com/stardust-ui/react/pull/697))
31+
- Export `ShorthandRenderer` type @miroslavstastny ([#698](https://github.com/stardust-ui/react/pull/698))
3132

3233
### Documentation
3334
- Add ability to edit examples' code in JavaScript and TypeScript @layershifter ([#650](https://github.com/stardust-ui/react/pull/650))

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,3 +163,4 @@ export {
163163
ChildrenComponentProps,
164164
ContentComponentProps,
165165
} from './lib'
166+
export { ShorthandRenderer } from '../types/utils'

0 commit comments

Comments
 (0)