Skip to content

Commit 113f4de

Browse files
Add placeholder types
1 parent f5dd19e commit 113f4de

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/types/CursorLoader.d.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
type Size = 'xs' | 'sm' | 'md' | 'lg' | 'xl'
2+
3+
export interface CursorLoaderProps {
4+
load: number
5+
size?: Size
6+
color?: string
7+
trailDelay?: number
8+
onComplete?: () => void
9+
}

0 commit comments

Comments
 (0)