UNPKG

carbon-react

Version:

A library of reusable React components for easily building user interfaces.

5 lines (4 loc) 342 B
export { default as TileSelect } from "./tile-select.component"; export type { TileSelectProps, TileSelectDeselectEvent, } from "./tile-select.component"; export { default as TileSelectGroup } from "./tile-select-group/tile-select-group.component"; export type { TileSelectGroupProps } from "./tile-select-group/tile-select-group.component";