@sikka/hawa
Version:
Modern UI Kit made with Tailwind
12 lines (9 loc) • 403 B
TypeScript
import React__default from 'react';
import { toast, Toaster } from 'sonner';
import { D as DirectionType } from '../commonTypes-189mW5eB.js';
type SonnerProps = React__default.ComponentProps<typeof Toaster> & {
direction?: DirectionType;
};
declare const Sonner: ({ ...props }: SonnerProps) => React__default.JSX.Element;
declare const createSonner: typeof toast;
export { Sonner, createSonner };