@tarojs/components
Version:
56 lines (55 loc) • 6.08 kB
TypeScript
declare const CoverImage: import("react").ForwardRefExoticComponent<import("react").RefAttributes<unknown>>;
declare const CoverView: import("react").ForwardRefExoticComponent<import("react").RefAttributes<unknown>>;
declare const MatchMedia: import("react").ForwardRefExoticComponent<import("react").RefAttributes<unknown>>;
declare const MovableArea: import("react").ForwardRefExoticComponent<import("react").RefAttributes<unknown>>;
declare const MovableView: import("react").ForwardRefExoticComponent<import("react").RefAttributes<unknown>>;
declare const PageContainer: import("react").ForwardRefExoticComponent<import("react").RefAttributes<unknown>>;
declare const RootPortal: import("react").ForwardRefExoticComponent<import("react").RefAttributes<unknown>>;
declare const ScrollView: import("react").ForwardRefExoticComponent<import("react").RefAttributes<unknown>>;
declare const ShareElement: import("react").ForwardRefExoticComponent<import("react").RefAttributes<unknown>>;
declare const Swiper: import("react").ForwardRefExoticComponent<import("react").RefAttributes<unknown>>;
declare const SwiperItem: import("react").ForwardRefExoticComponent<import("react").RefAttributes<unknown>>;
declare const View: import("react").ForwardRefExoticComponent<import("react").RefAttributes<unknown>>;
declare const Icon: import("react").ForwardRefExoticComponent<import("react").RefAttributes<unknown>>;
declare const Progress: import("react").ForwardRefExoticComponent<import("react").RefAttributes<unknown>>;
declare const RichText: import("react").ForwardRefExoticComponent<import("react").RefAttributes<unknown>>;
declare const Text: import("react").ForwardRefExoticComponent<import("react").RefAttributes<unknown>>;
declare const Button: import("react").ForwardRefExoticComponent<import("react").RefAttributes<unknown>>;
declare const Checkbox: import("react").ForwardRefExoticComponent<import("react").RefAttributes<unknown>>;
declare const CheckboxGroup: import("react").ForwardRefExoticComponent<import("react").RefAttributes<unknown>>;
declare const Editor: import("react").ForwardRefExoticComponent<import("react").RefAttributes<unknown>>;
declare const Form: import("react").ForwardRefExoticComponent<import("react").RefAttributes<unknown>>;
declare const KeyboardAccessory: import("react").ForwardRefExoticComponent<import("react").RefAttributes<unknown>>;
declare const Label: import("react").ForwardRefExoticComponent<import("react").RefAttributes<unknown>>;
declare const Picker: import("react").ForwardRefExoticComponent<import("react").RefAttributes<unknown>>;
declare const PickerView: import("react").ForwardRefExoticComponent<import("react").RefAttributes<unknown>>;
declare const PickerViewColumn: import("react").ForwardRefExoticComponent<import("react").RefAttributes<unknown>>;
declare const Radio: import("react").ForwardRefExoticComponent<import("react").RefAttributes<unknown>>;
declare const RadioGroup: import("react").ForwardRefExoticComponent<import("react").RefAttributes<unknown>>;
declare const Slider: import("react").ForwardRefExoticComponent<import("react").RefAttributes<unknown>>;
declare const Switch: import("react").ForwardRefExoticComponent<import("react").RefAttributes<unknown>>;
declare const Textarea: import("react").ForwardRefExoticComponent<import("react").RefAttributes<unknown>>;
declare const FunctionalPageNavigator: import("react").ForwardRefExoticComponent<import("react").RefAttributes<unknown>>;
declare const Navigator: import("react").ForwardRefExoticComponent<import("react").RefAttributes<unknown>>;
declare const NavigationBar: import("react").ForwardRefExoticComponent<import("react").RefAttributes<unknown>>;
declare const Audio: import("react").ForwardRefExoticComponent<import("react").RefAttributes<unknown>>;
declare const Camera: import("react").ForwardRefExoticComponent<import("react").RefAttributes<unknown>>;
declare const Image: import("react").ForwardRefExoticComponent<import("react").RefAttributes<unknown>>;
declare const LivePlayer: import("react").ForwardRefExoticComponent<import("react").RefAttributes<unknown>>;
declare const LivePusher: import("react").ForwardRefExoticComponent<import("react").RefAttributes<unknown>>;
declare const Video: import("react").ForwardRefExoticComponent<import("react").RefAttributes<unknown>>;
declare const VoipRoom: import("react").ForwardRefExoticComponent<import("react").RefAttributes<unknown>>;
declare const Map: import("react").ForwardRefExoticComponent<import("react").RefAttributes<unknown>>;
declare const Canvas: import("react").ForwardRefExoticComponent<import("react").RefAttributes<unknown>>;
declare const Ad: import("react").ForwardRefExoticComponent<import("react").RefAttributes<unknown>>;
declare const AdCustom: import("react").ForwardRefExoticComponent<import("react").RefAttributes<unknown>>;
declare const OfficialAccount: import("react").ForwardRefExoticComponent<import("react").RefAttributes<unknown>>;
declare const OpenData: import("react").ForwardRefExoticComponent<import("react").RefAttributes<unknown>>;
declare const WebView: import("react").ForwardRefExoticComponent<import("react").RefAttributes<unknown>>;
declare const PageMeta: import("react").ForwardRefExoticComponent<import("react").RefAttributes<unknown>>;
declare const Block: import("react").ExoticComponent<{
children?: import("react").ReactNode;
}>;
declare const CustomWrapper: import("react").ForwardRefExoticComponent<import("react").RefAttributes<unknown>>;
export { CoverImage, CoverView, MatchMedia, MovableArea, MovableView, PageContainer, RootPortal, ScrollView, ShareElement, Swiper, SwiperItem, View, Icon, Progress, RichText, Text, Button, Checkbox, CheckboxGroup, Editor, Form, KeyboardAccessory, Label, Picker, PickerView, PickerViewColumn, Radio, RadioGroup, Slider, Switch, Textarea, FunctionalPageNavigator, Navigator, NavigationBar, Audio, Camera, Image, LivePlayer, LivePusher, Video, VoipRoom, Map, Canvas, Ad, AdCustom, OfficialAccount, OpenData, WebView, PageMeta, Block, CustomWrapper };
export { default as Input } from "./input.js";