UNPKG

@sanity/form-builder

Version:
10 lines 365 B
import { Card } from '@sanity/ui'; import React, { ComponentProps } from 'react'; interface AlertProps extends Omit<ComponentProps<typeof Card>, 'title'> { title: React.ReactNode; status?: 'warning' | 'error'; suffix?: React.ReactNode; } export declare function Alert(props: AlertProps): React.JSX.Element; export {}; //# sourceMappingURL=Alert.d.ts.map