native-base
Version:
Essential cross-platform UI components for React Native
21 lines (20 loc) • 431 B
TypeScript
export declare const Toast: {
baseStyle: (props: Record<string, any>) => {
bg: any;
p: string;
rounded: string;
shadow: number;
_title: {
color: any;
fontWeight: number;
};
_description: {
color: any;
fontWeight: number;
};
_closeIcon: {
size: number;
};
};
defaultProps: {};
};