diff --git a/src/components/TypeAnimation/index.types.ts b/src/components/TypeAnimation/index.types.ts index 8c0ac8d..d865f68 100644 --- a/src/components/TypeAnimation/index.types.ts +++ b/src/components/TypeAnimation/index.types.ts @@ -29,6 +29,7 @@ export type GranularSpeed = { export type StringSplitter = (text: string) => ReadonlyArray; export type Wrapper = + | 'code' | 'p' | 'div' | 'span'