UNPKG

native-base

Version:

Essential cross-platform UI components for React Native

12 lines (11 loc) 561 B
import React from 'react'; import type { ICodeProps } from './types'; export type { ICodeProps }; declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponent<import("../../primitives/Box").InterfaceBoxProps<ICodeProps> & { colorScheme?: import("../../types").ColorSchemeType; } & Partial<{}> & { variant?: import("../../types").ResponsiveValue<"subtle" | "solid" | "outline" | (string & {})>; size?: unknown; colorScheme?: import("../../types").ColorSchemeType; } & React.RefAttributes<unknown>>>; export default _default;