Skip to content

Commit d608d57

Browse files
authored
Export new layout types (#555)
1 parent ea4cb60 commit d608d57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export { ItemTile } from './src/tiles/grid/item-tile';
1818
export { TileList } from './src/tiles/list/tile-list';
1919
export { TileListCompact } from './src/tiles/list/tile-list-compact';
2020
export { TileDispatcher } from './src/tiles/tile-dispatcher';
21+
export { LayoutType } from './src/tiles/models';
2122
export {
2223
SmartQueryHeuristic,
2324
KeywordFacetMap,

0 commit comments

Comments
 (0)