UNPKG

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