UNPKG

carbon-components-angular

Version:
7 lines (6 loc) 221 B
import { Select } from "./select.component"; import { Option } from "./option.directive"; import { OptGroup } from "./optgroup.directive"; declare class SelectModule { } export { Select, Option, OptGroup, SelectModule };