mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-29 12:17:01 +02:00
Refactor proxy codebase
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
import { useTimedBoolean } from '../hooks/useTimedBoolean';
|
||||
import { IconButton, type IconButtonProps, useTimedBoolean } from '@yaakapp-internal/ui';
|
||||
import { copyToClipboard } from '../lib/copy';
|
||||
import { showToast } from '../lib/toast';
|
||||
import type { IconButtonProps } from './core/IconButton';
|
||||
import { IconButton } from './core/IconButton';
|
||||
|
||||
interface Props extends Omit<IconButtonProps, 'onClick' | 'icon'> {
|
||||
text: string | (() => Promise<string | null>);
|
||||
|
||||
Reference in New Issue
Block a user