UNPKG

@lifespikes/ui

Version:
8 lines (7 loc) 334 B
/// <reference types="react" /> import { Toaster as Sonner } from 'sonner'; export type SonnerToasterProps = React.ComponentProps<typeof Sonner> & { theme?: 'system' | 'light' | 'dark'; }; declare const SonnerToaster: ({ theme, ...props }: SonnerToasterProps) => import("react/jsx-runtime").JSX.Element; export { SonnerToaster };