sonner-native
Version:
An opinionated toast component for React Native. A port of @emilkowalski's sonner.
11 lines • 687 B
TypeScript
import { type SvgProps } from 'react-native-svg';
interface IconProps extends SvgProps {
size?: number;
}
export declare const CircleCheck: ({ size, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
export declare const CircleX: ({ size, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
export declare const Info: ({ size, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
export declare const TriangleAlert: ({ size, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
export declare const X: ({ size, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=icons.d.ts.map