@gluestack-ui/core
Version:
Universal UI components for React Native, Expo, and Next.js
8 lines • 401 B
TypeScript
import type { IAlertComponentType } from './types';
export declare function createAlert<Alert, AlertText, AlertIcon>({ Root, Text, Icon, }: {
Root: React.ComponentType<Alert>;
Text: React.ComponentType<AlertText>;
Icon: React.ComponentType<AlertIcon>;
AnimatePresence?: React.ComponentType<any>;
}): IAlertComponentType<Alert, AlertText, AlertIcon>;
//# sourceMappingURL=index.d.ts.map