mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-07-09 14:25:12 +02:00
Stacks and InlineCode
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
import type { ShowToastRequest } from '@yaakapp-internal/plugins';
|
||||
import { Icon, type IconProps, VStack } from '@yaakapp-internal/ui';
|
||||
import classNames from 'classnames';
|
||||
import * as m from 'motion/react-m';
|
||||
import type { ReactNode } from 'react';
|
||||
|
||||
import { useKey } from 'react-use';
|
||||
import { Icon, type IconProps } from '@yaakapp-internal/ui';
|
||||
import { IconButton } from './IconButton';
|
||||
import { VStack } from './Stacks';
|
||||
|
||||
export interface ToastProps {
|
||||
children: ReactNode;
|
||||
|
||||
Reference in New Issue
Block a user