UNPKG

@kushki/ng-suka

Version:

<p align="center"> <h1 align="center">Suka Components Angular</h1> <p align="center"> An Angular implementation of the Suka Design System </p> </p>

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 };