Skip to content

Commit

Permalink
Merge pull request #278 from channel-io/exp
Browse files Browse the repository at this point in the history
v0.3.11
  • Loading branch information
jwoo0122 authored Mar 15, 2021
2 parents 519205a + a160202 commit 0b16ee6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@channel.io/design-system",
"version": "0.3.10",
"version": "0.3.11",
"description": "Design System by Channel",
"repository": {
"type": "git",
Expand Down
4 changes: 3 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ export type { default as BlocksParserContextType } from './types/BlocksParserCon
export type { UIComponentProps } from './types/ComponentProps'
export type { ContentComponentProps } from './types/ComponentProps'
export type { ChildrenComponentProps } from './types/ComponentProps'
export type { default as LayoutHeaderType } from './types/LayoutHeaderType'

/* Types (Enum) */
export { default as LayoutHeaderType } from './types/LayoutHeaderType'

/* Hooks */
export { default as useLayoutDispatch } from './hooks/useLayoutDispatch'
Expand Down

0 comments on commit 0b16ee6

Please sign in to comment.