native-base
Version:
Essential cross-platform UI components for React Native
25 lines (24 loc) • 568 B
TypeScript
declare const _default: {
baseStyle: (props: any) => {
_focusVisible: {
_web: {
style: {
outlineWidth: number;
boxShadow: string;
};
};
};
_dark: {
_focusVisible: {
_web: {
style: {
outlineWidth: number;
boxShadow: string;
};
};
};
};
};
defaultProps: {};
};
export default _default;