UNPKG

prp-ui-components

Version:

Package for use components of Pratica Plataforms

22 lines (21 loc) 1.64 kB
import { Button } from "./Components/Button"; import { CheckBox } from "./Components/CheckBox"; import { Divider } from "./Components/Divider"; import { EmptyList } from "./Components/EmptyList"; import { GenericTable } from "./Components/GenericTable"; import { Input } from "./Components/Input"; import { InputComp } from "./Components/InputComp"; import { LoadingProgress } from "./Components/LoadingProgress"; import { Modal } from "./Components/Modal"; import { NewInput } from "./Components/NewInput"; import { Paginator } from './Components/Paginator'; import { Radio } from './Components/Radio'; import { Search } from './Components/Search'; import { Section } from './Components/Section'; import { ListType, Select } from './Components/Select'; import { Textarea } from "./Components/Textarea"; import { ClickAwayListener } from './Functions/click-away-listener'; import { handleDownloadToExcelFile } from './Functions/handle-download-to-excel-file'; import { handleDateToProtheusDate, handleProtheusDateToDate, handleType } from './Functions/handle-protheus-functions'; import { applyUserTheme, getDeviceOrientation, getDeviceType, getViewType, onChildrenScroll, updateBodyForOutsidePages } from './Functions/view-mode-functions'; export { applyUserTheme, Button, CheckBox, ClickAwayListener, Divider, EmptyList, GenericTable, getDeviceOrientation, getDeviceType, getViewType, handleDateToProtheusDate, handleDownloadToExcelFile, handleProtheusDateToDate, handleType, Input, InputComp, ListType, LoadingProgress, Modal, NewInput, onChildrenScroll, Paginator, Radio, Search, Section, Select, Textarea, updateBodyForOutsidePages };