# configuration/constants/clipboard.constants.ts

> 2 lines of code and 2 definitions.

Tree: Site tree
Language: typescript
Layer: infrastructure
Canonical: https://banes-lab.com/anatomy/tree#file-configuration-constants-clipboard-constants-ts
Source text: https://banes-lab.com/assets/sources/source.0bd9a5fe053e2d4d4fd6924158f622d4ba91a977c9fc38fcb4e00b48a86995e0.generated.txt

## Definitions

- `COPY_FEEDBACK_MS` (lexical_declaration, line 1, exported)
- `COPIED_CLASS` (lexical_declaration, line 3, exported)

## Source

```typescript
export const COPY_FEEDBACK_MS = 1500;

export const COPIED_CLASS = "copied";
```
