fwt-internship-uikit
Version:
7 lines (6 loc) • 331 B
TypeScript
import Input, { IInput } from './components/Input';
import Pagination, { TPagination } from './components/Pagination';
import Range, { IRange } from './components/Range';
import Select, { ISelect } from './components/Select';
export { Select, Input, Pagination, Range };
export type { ISelect, TPagination, IInput, IRange };