UNPKG

@masaischool/lotus

Version:

Masai UI component library designed to work seamlessly with Chakra UI

6 lines (5 loc) 194 B
/// <reference types="react" /> export interface Props { type?: 'error' | 'success' | 'warning' | 'info' | undefined; } export declare const Snackbar: ({ type }: Props) => JSX.Element;