UNPKG

vinyl-component-blocks

Version:

Modular, Reusable, and Styled UI Component Library. Stop repeating work, install, call, use, modify.

10 lines 474 B
export { default as Button } from './button'; export { default as FormControl } from './form-control'; export { default as Link } from './link'; export { default as Search } from './search'; export { default as Select } from './select'; export { default as Skeleton } from './skeleton'; export { default as Spinner } from './spinner'; export { default as TextInput } from './text-input'; export { default as Login } from './login'; //# sourceMappingURL=index.js.map