UNPKG

@synergycodes/overflow-ui

Version:

A React library for creating node-based UIs and diagram-driven applications. Perfect for React Flow users, providing ready-to-use node templates and components that work seamlessly with React Flow's ecosystem.

9 lines (8 loc) 200 B
export declare enum SnackbarType { SUCCESS = "success", ERROR = "error", WARNING = "warning", INFO = "info", DEFAULT = "default" } export type SnackbarVariant = `${SnackbarType}`;