UNPKG

@fruits-chain/react-native-xiaoshu

Version:
350 lines (349 loc) 18.8 kB
import type { TextStyle, ViewStyle } from 'react-native'; export declare const padding_base: number; export declare const padding_xs: number; export declare const padding_sm: number; export declare const padding_md: number; export declare const padding_lg: number; export declare const padding_xl: number; export declare const white: string; export declare const primary: string; export declare const success: string; export declare const warning: string; export declare const error: string; export declare const auxiliary_color_1: string; export declare const auxiliary_color_2: string; export declare const auxiliary_color_3: string; export declare const auxiliary_color_4: string; export declare const auxiliary_color_5: string; export declare const active_opacity: number; export declare const active_img_opacity: number; export declare const text_color_1: string; export declare const text_color_2: string; export declare const text_color_3: string; export declare const text_color_4: string; export declare const page_bg_color: string; export declare const underlay_color: string; export declare const underlay_color_ddd: string; export declare const divider_color_1: string; export declare const divider_color_2: string; export declare const font_size_h1: number; export declare const font_size_h2: number; export declare const font_size_h3: number; export declare const font_size_h4: number; export declare const font_size_h5: number; export declare const font_size_text: number; export declare const font_size_subtitle: number; export declare const line_height_xs: number; export declare const line_height_sm: number; export declare const line_height_md: number; export declare const line_height_lg: number; export declare const background_color_1: string; export declare const background_color_2: string; export declare const animation_duration_base: number; export declare const animation_duration_fast: number; export declare const border_color: string; export declare const border_width_base: number; export declare const border_radius_sm: number; export declare const border_radius_md: number; export declare const border_radius_lg: number; export declare const border_radius_max: number; export declare const page_header_height: number; export declare const action_sheet_header_height: number; export declare const action_sheet_header_font_size: number; export declare const action_sheet_description_color: string; export declare const action_sheet_description_font_size: number; export declare const action_sheet_description_line_height: number; export declare const action_sheet_item_background: string; export declare const action_sheet_item_font_size: number; export declare const action_sheet_item_disabled_text_color: string; export declare const action_sheet_subname_color: string; export declare const action_sheet_subname_font_size: number; export declare const action_sheet_subname_line_height: number; export declare const action_sheet_cancel_text_color: string; export declare const action_sheet_cancel_padding_top: number; export declare const action_sheet_cancel_padding_color: string; export declare const action_sheet_loading_icon_size: number; export declare const badge_size: number; export declare const badge_color: string; export declare const badge_padding_vertical: number; export declare const badge_padding_horizontal: number; export declare const badge_font_size = 10; export declare const badge_font_weight: TextStyle['fontWeight']; export declare const badge_background_color: string; export declare const badge_dot_size: number; export declare const bottom_bar_height: number; export declare const bottom_bar_background_color: string; export declare const button_mini_height: number; export declare const button_mini_font_size: number; export declare const button_mini_loading_size: number; export declare const button_small_height: number; export declare const button_small_font_size: number; export declare const button_small_loading_size: number; export declare const button_normal_height: number; export declare const button_normal_font_size: number; export declare const button_normal_loading_size: number; export declare const button_large_height: number; export declare const button_large_font_size: number; export declare const button_large_loading_size: number; export declare const button_default_height: number; export declare const button_default_font_size: number; export declare const button_default_loading_size: number; export declare const button_default_color: string; export declare const button_default_background_color: string; export declare const button_default_border_color: string; export declare const button_primary_color: string; export declare const button_primary_background_color: string; export declare const button_primary_border_color: string; export declare const button_success_color: string; export declare const button_success_background_color: string; export declare const button_success_border_color: string; export declare const button_error_color: string; export declare const button_error_background_color: string; export declare const button_error_border_color: string; export declare const button_warning_color: string; export declare const button_warning_background_color: string; export declare const button_warning_border_color: string; export declare const button_info_color: string; export declare const button_info_background_color: string; export declare const button_info_border_color: string; export declare const button_link_color: string; export declare const button_link_background_color: string; export declare const button_link_border_color: string; export declare const button_border_width: number; export declare const button_border_radius: number; export declare const button_ghost_background_color: string; export declare const button_disabled_opacity: number; export declare const button_active_opacity: number; export declare const button_bar_padding_horizontal: number; export declare const button_bar_button_space: number; export declare const cell_group_title_padding_horizontal: number; export declare const cell_group_title_padding_top: number; export declare const cell_group_title_padding_bottom: number; export declare const cell_group_title_color: string; export declare const cell_group_title_font_size: number; export declare const cell_group_title_line_height: number; export declare const cell_border_color: string; export declare const cell_icon_size: number; export declare const cell_icon_color: string; export declare const cell_active_color: string; export declare const cell_font_size: number; export declare const cell_background_color: string; export declare const cell_padding_vertical: number; export declare const cell_padding_horizontal: number; export declare const cell_mini_height: number; export declare const cell_title_text_color: string; export declare const cell_title_height: number; export declare const cell_title_line_height: number; export declare const cell_value_text_color: string; export declare const cell_required_color: string; export declare const checkbox_icon_size: number; export declare const checkbox_icon_color: string; export declare const checkbox_icon_disabled_color: string; export declare const checkbox_checked_icon_color: string; export declare const checkbox_checked_icon_disabled_color: string; export declare const checkbox_label_color: string; export declare const checkbox_label_margin: number; export declare const checkbox_disabled_label_color: string; export declare const collapse_transition_duration: number; export declare const collapse_title_font_size: number; export declare const collapse_title_line_height = 24; export declare const collapse_title_padding_vertical: number; export declare const collapse_title_padding_horizontal: number; export declare const collapse_title_text_color: string; export declare const collapse_title_icon_color: string; export declare const collapse_title_icon_size: number; export declare const collapse_title_border_color: string; export declare const collapse_title_background_color: string; export declare const collapse_content_background_color: string; export declare const collapse_content_padding_horizontal: number; export declare const dialog_width: number; export declare const dialog_transition: number; export declare const dialog_border_radius: number; export declare const dialog_background_color: string; export declare const dialog_header_font_weight: TextStyle['fontWeight']; export declare const dialog_header_line_height: number; export declare const dialog_header_margin_top: number; export declare const dialog_header_font_size: number; export declare const dialog_message_margin_top: number; export declare const dialog_message_padding_horizontal: number; export declare const dialog_message_font_size: number; export declare const dialog_message_line_height: number; export declare const dialog_message_text_color: string; export declare const dialog_footer_margin_top: number; export declare const dialog_button_height: number; export declare const dialog_button_font_size: number; export declare const dialog_confirm_button_text_color: string; export declare const dialog_cancel_button_text_color: string; export declare const divider_margin_vertical: number; export declare const divider_margin_horizontal: number; export declare const divider_text_color: string; export declare const divider_font_size: number; export declare const divider_line_height: number; export declare const divider_border_color: string; export declare const divider_content_padding: number; export declare const divider_content_left_width: string; export declare const divider_content_right_width: string; export declare const dropdown_menu_height: number; export declare const dropdown_menu_background_color: string; export declare const dropdown_menu_title_font_size: number; export declare const dropdown_menu_title_text_color: string; export declare const dropdown_menu_title_active_text_color: string; export declare const dropdown_menu_title_disabled_text_color: string; export declare const dropdown_menu_title_padding_horizontal: number; export declare const dropdown_menu_title_line_height: number; export declare const dropdown_menu_title_icon_size: number; export declare const dropdown_menu_option_active_color: string; export declare const empty_image_width: number; export declare const empty_image_height: number; export declare const empty_text_color: string; export declare const empty_text_font_size: number; export declare const empty_text_line_height: number; export declare const icon_color: string; export declare const icon_disabled_color: string; export declare const loading_text_color: string; export declare const loading_text_font_size: number; export declare const loading_spinner_color: string; export declare const loading_spinner_size: number; export declare const loading_spinner_animation_duration: number; export declare const nav_bar_arrow_size: number; export declare const nav_bar_height: number; export declare const nav_bar_background_color: string; export declare const nav_bar_title_text_color: string; export declare const nav_bar_title_font_size: number; export declare const nav_bar_icon_color: string; export declare const notice_bar_padding_vertical: number; export declare const notice_bar_padding_horizontal: number; export declare const notice_bar_text_line_height: number; export declare const notice_bar_text_font_size: number; export declare const notice_bar_icon_size: number; export declare const notice_bar_icon_margin_horizontal: number; export declare const notice_bar_primary_background_color: string; export declare const notice_bar_primary_text_color: string; export declare const notice_bar_success_background_color: string; export declare const notice_bar_success_text_color: string; export declare const notice_bar_warning_background_color: string; export declare const notice_bar_warning_text_color: string; export declare const notice_bar_error_background_color: string; export declare const notice_bar_error_text_color: string; export declare const notify_text_color: string; export declare const notify_padding_vertical: number; export declare const notify_padding_horizontal: number; export declare const notify_font_size: number; export declare const notify_line_height: number; export declare const notify_primary_background_color: string; export declare const notify_success_background_color: string; export declare const notify_error_background_color: string; export declare const notify_warning_background_color: string; export declare const overlay_z_index: number; export declare const overlay_background_color: string; export declare const popup_background_color: string; export declare const popup_round_border_radius: number; export declare const popup_close_icon_size: number; export declare const popup_close_icon_color: string; export declare const progress_height: number; export declare const progress_color: string; export declare const progress_background_color: string; export declare const progress_pivot_horizontal_padding: number; export declare const progress_pivot_text_color: string; export declare const progress_pivot_font_size: number; export declare const progress_pivot_line_height_scale: number; export declare const progress_pivot_background_color: string; export declare const progress_page_background_color: string; export declare const select_popup_min_height: number; export declare const select_popup_option_text_line_height: number; export declare const select_popup_body_padding_horizontal: number; export declare const steps_background_color: string; export declare const steps_padding_vertical: number; export declare const steps_padding_horizontal: number; export declare const steps_icon_dot_size = 10; export declare const steps_icon_dot_active_size = 16; export declare const steps_icon_success_active_size = 16; export declare const steps_title_size: number; export declare const steps_title_color: string; export declare const switch_size: number; export declare const switch_width_ratio: number; export declare const switch_height_ratio: number; export declare const switch_node_size_ratio: number; export declare const switch_node_background_color: string; export declare const switch_background_color: string; export declare const switch_on_background_color: string; export declare const switch_transition_duration: number; export declare const switch_disabled_opacity: number; export declare const switch_border_width: number; export declare const switch_border_style: ViewStyle['borderStyle']; export declare const switch_border_color: string; export declare const tab_bar_text_font_size: number; export declare const tab_bar_text_margin_top: number; export declare const tab_bar_text_color: string; export declare const tab_bar_icon_color: string; export declare const tab_bar_active_text_color: string; export declare const tab_bar_active_icon_color: string; export declare const tag_padding_horizontal: number; export declare const tag_text_color: string; export declare const tag_font_size: number; export declare const tag_border_radius: number; export declare const tag_small_padding_vertical: number; export declare const tag_small_padding_horizontal: number; export declare const tag_medium_padding_vertical: number; export declare const tag_medium_padding_horizontal: number; export declare const tag_large_padding_vertical: number; export declare const tag_large_padding_horizontal: number; export declare const tag_large_border_radius: number; export declare const tag_large_font_size: number; export declare const tag_round_border_radius: number; export declare const tag_primary_color: string; export declare const tag_success_color: string; export declare const tag_warning_color: string; export declare const tag_error_color: string; export declare const tag_default_color: string; export declare const tag_ghost_bg_color: string; export declare const text_input_selection_color: string; export declare const text_input_placeholder_text_color: string; export declare const text_input_color: string; export declare const text_input_disabled_color: string; export declare const text_input_disabled_background_color: string; export declare const text_input_large_font_size: number; export declare const text_input_middle_font_size: number; export declare const text_input_small_font_size: number; export declare const text_input_padding_horizontal: number; export declare const text_input_large_min_height: number; export declare const text_input_middle_min_height: number; export declare const text_input_small_min_height: number; export declare const text_input_clearable_size: number; export declare const text_input_clearable_background_color: string; export declare const text_input_clearable_color: string; export declare const text_input_fix_text_color: string; export declare const text_input_addon_text_color: string; export declare const text_input_light_accessory_background_color: string; export declare const text_input_dark_accessory_background_color: string; export declare const text_input_dark_accessory_padding_horizontal: number; export declare const text_input_accessory_font_size: number; export declare const text_input_accessory_height: number; export declare const text_input_accessory_text_color: string; export declare const result_success_color: string; export declare const result_error_color: string; export declare const result_info_color: string; export declare const result_warning_color: string; export declare const result_icon_size: number; export declare const result_title_font_size: number; export declare const result_title_color: string; export declare const result_subtitle_font_size: number; export declare const result_subtitle_color: string; export declare const toast_max_width: string; export declare const toast_font_size: number; export declare const toast_text_color: string; export declare const toast_loading_icon_color: string; export declare const toast_line_height: number; export declare const toast_border_radius: number; export declare const toast_text_border_radius: number; export declare const toast_background_color: string; export declare const toast_icon_size: number; export declare const toast_text_min_width: number; export declare const toast_text_padding_vertical: number; export declare const toast_text_padding_horizontal: number; export declare const toast_default_padding_vertical: number; export declare const toast_default_padding_horizontal: number; export declare const toast_default_width: number; export declare const toast_default_min_height: number; export declare const toast_position_top_distance: string; export declare const toast_position_bottom_distance: string;