/** * @fileoverview this folder contains dev components to demonstrate and test @blueprintjs/select APIs * * These APIs are not exported from the root packge API, and they are not considered "public" for backcompat, but * they can be imported from "@blueprintjs/select/examples". */ export * from "./films"; export { FilmSelect } from "./filmSelect";