import Icon from "./icon"; import Image from "./image"; import Input, {inputType, inputBlur} from "./input"; import Progress from "./progress"; import Qrcode from "./qrcode"; import Slide from "./slide"; import Text from "./text"; import View from "./view"; import {IPageProps} from "./page"; export default { Icon, Image, Input, inputType, inputBlur, Progress, Qrcode, Slide, Text, View, } export type { IPageProps }