UNPKG

antd-mobile

Version:

基于 React 的移动设计规范实现

125 lines (124 loc) 3.54 kB
import { ViewStyle } from 'react-native'; export declare const vars: { color_text_base: string; color_text_base_inverse: string; color_text_secondary: string; color_text_placeholder: string; color_text_disabled: string; color_text_caption: string; color_text_paragraph: string; color_link: string; color_shadow: string; fill_base: string; fill_body: string; fill_tap: string; fill_disabled: string; fill_mask: string; fill_overlay_inverse: string; color_icon_base: string; toast_fill: string; opacity_disabled: string; brand_primary: string; brand_primary_tap: string; brand_success: string; brand_warning: string; brand_error: string; brand_hot: string; brand_important: string; border_color_base: string; font_size_icontext: number; font_size_caption_sm: number; font_size_base: number; font_size_subhead: number; font_size_caption: number; font_size_heading: number; font_size_display_sm: number; font_size_display_md: number; font_size_display_lg: number; font_size_display_xl: number; font_family_base: string; font_family_code: string; radius_xs: number; radius_sm: number; radius_md: number; radius_lg: number; border_width_sm: number; border_width_md: number; border_width_lg: number; h_spacing_sm: number; h_spacing_md: number; h_spacing_lg: number; v_spacing_xs: number; v_spacing_sm: number; v_spacing_md: number; v_spacing_lg: number; v_spacing_xl: number; option_height: number; line_height_base: number; line_height_paragraph: number; icon_size_xxs: number; icon_size_xs: number; icon_size_sm: number; icon_size_md: number; icon_size_lg: number; ease_in_out_quint: string; actionsheet_item_height: number; actionsheet_item_font_size: number; button_height: number; button_font_size: number; button_height_sm: number; button_font_size_sm: number; across_button_height: number; primary_button_fill: string; primary_button_fill_tap: string; ghost_button_color: string; ghost_button_fill_tap: string; link_button_fill_tap: string; link_button_font_size: number; list_title_height: number; list_item_height_sm: number; list_item_height: number; input_label_width: number; input_font_size: number; input_color_icon: string; input_color_icon_tap: string; tabs_color: string; tabs_height: number; tabs_font_size_heading: number; segmented_control_color: string; segmented_control_height: number; segmented_control_fill_tap: string; tab_bar_fill: string; tab_bar_height: number; search_bar_fill: string; search_bar_height: number; search_bar_input_height: number; searchbar_font_size: number; search_color_icon: string; notice_bar_fill: string; notice_bar_height: number; switch_fill: string; tag_height: number; tag_small_height: number; table_title_height: number; toast_zindex: number; action_sheet_zindex: number; popup_zindex: number; modal_zindex: number; }; declare const _default: { container: { zIndex: number; }; wrap: ViewStyle; content: ViewStyle; mask: ViewStyle; title: ViewStyle; titleText: ViewStyle; message: ViewStyle; btn: ViewStyle; cancelBtn: ViewStyle; cancelBtnMask: ViewStyle; destructiveBtn: ViewStyle; }; export default _default;