@bytedance/mona-client-mini
Version:
miniapp for mona
51 lines (50 loc) • 3.51 kB
TypeScript
import React from 'react';
import { ButtonProps, ViewProps, ProgressProps, IconProps, ScrollViewProps, SwiperProps, SwiperItemProps, MovableAreaProps, MovableViewProps, CheckboxProps, CheckboxGroupProps, FormProps, InputProps, LabelProps, PickerProps, PickerViewProps, PickerViewColumnProps, RadioProps, RadioGroupProps, SliderProps, SwitchProps, TextareaProps, NavigatorProps, ImageProps, LivePlayerProps, CameraProps, CanvasProps, MapProps, WebviewProps, AdProps, OpenDataProps, LinkProps, TextProps, RichTextProps, MemberButtonProps, CouponCardProps, ProductFollowButtonProps, SkuButtonProps, ShopFollowCardProps } from '@bytedance/mona';
export declare const Text: React.ComponentType<TextProps>;
export declare const RichText: React.ComponentType<RichTextProps>;
export declare const Progress: React.ComponentType<ProgressProps>;
export declare const Icon: React.ComponentType<IconProps>;
export declare const View: React.ComponentType<ViewProps>;
export declare const ScrollView: React.ComponentType<ScrollViewProps>;
export declare const Swiper: React.ComponentType<SwiperProps>;
export declare const SwiperItem: React.ComponentType<SwiperItemProps>;
export declare const MovableArea: React.ComponentType<MovableAreaProps>;
export declare const MovableView: React.ComponentType<MovableViewProps>;
export declare const Button: React.ComponentType<ButtonProps>;
export declare const Checkbox: React.ComponentType<CheckboxProps>;
export declare const CheckboxGroup: React.ComponentType<CheckboxGroupProps>;
export declare const Form: React.ComponentType<FormProps>;
export declare const Input: React.ComponentType<InputProps>;
export declare const Label: React.ComponentType<LabelProps>;
export declare const Picker: React.ComponentType<PickerProps>;
export declare const PickerView: React.ComponentType<PickerViewProps>;
export declare const PickerViewColumn: React.ComponentType<PickerViewColumnProps>;
export declare const Radio: React.ComponentType<RadioProps>;
export declare const RadioGroup: React.ComponentType<RadioGroupProps>;
export declare const Slider: React.ComponentType<SliderProps>;
export declare const Switch: React.ComponentType<SwitchProps>;
export declare const Textarea: React.ComponentType<TextareaProps>;
export declare const Navigator: React.ComponentType<NavigatorProps>;
export declare const Image: React.ComponentType<ImageProps>;
export declare const Video: React.ComponentType<({
controls?: undefined;
} & {
showPlayBtn: boolean;
} & import("@bytedance/mona").VideoBaseProps) | ({
showPlayBtn?: undefined;
} & {
controls: boolean;
} & import("@bytedance/mona").VideoBaseProps)>;
export declare const LivePlayer: React.ComponentType<LivePlayerProps>;
export declare const Camera: React.ComponentType<CameraProps>;
export declare const Canvas: React.ComponentType<CanvasProps>;
export declare const Map: React.ComponentType<MapProps>;
export declare const Webview: React.ComponentType<WebviewProps>;
export declare const Ad: React.ComponentType<AdProps>;
export declare const OpenData: React.ComponentType<OpenDataProps>;
export declare const MemberButton: React.ComponentType<MemberButtonProps>;
export declare const CouponCard: React.ComponentType<CouponCardProps>;
export declare const ProductFollowButton: React.ComponentType<ProductFollowButtonProps>;
export declare const SkuButton: React.ComponentType<SkuButtonProps>;
export declare const ShopFollowCard: React.ComponentType<ShopFollowCardProps>;
export declare const Link: React.ComponentType<LinkProps>;