forked from koshikraj/ottopus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.ts
More file actions
42 lines (42 loc) · 900 Bytes
/
Copy pathindex.ts
File metadata and controls
42 lines (42 loc) · 900 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
export {
BUBBLE_LAYOUTS,
BUBBLE_PATTERNS,
BubbleField,
MAX_BUBBLES,
type Bubble,
type BubbleFieldProps,
type BubblePattern,
} from './bubble-field'
export * from './loaders'
export { DEPTH_LEVELS, DEPTH_TOKENS, Depth, type DepthLevel, type DepthProps } from './depth'
export {
MAX_SEA_LIFE,
SEA_LIFE,
SEA_SPECIES,
SeaLife,
type SeaCreature,
type SeaLifeProps,
type SeaSpecies,
} from './sea-life'
export {
BadgeLoader,
InlineLoader,
LoaderDots,
OttoLoader,
type BadgeLoaderProps,
type InlineLoaderProps,
type LoaderDotsProps,
type LoaderPose,
type OttoLoaderProps,
} from './loader'
export {
SKELETON_LINES,
SWEEP_STAGGER,
Skeleton,
SkeletonRow,
SkeletonText,
type SkeletonProps,
type SkeletonRowProps,
type SkeletonTextProps,
} from './skeleton'
export { StillnessProvider, useStillness, type StillnessProviderProps } from './stillness'