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) 222 B
import { Label } from './label.component'; import { TextInput } from './input.directive'; import { TextArea } from './text-area.directive'; declare class InputModule { } export { TextInput, TextArea, Label, InputModule };