UNPKG

@blueprintjs/select

Version:

Components related to selecting items from a list

9 lines (8 loc) 356 B
/** * @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";