-
Notifications
You must be signed in to change notification settings - Fork 67
Expand file tree
/
Copy pathTestimonial.module.css.d.ts
More file actions
40 lines (39 loc) · 1.78 KB
/
Copy pathTestimonial.module.css.d.ts
File metadata and controls
40 lines (39 loc) · 1.78 KB
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
declare const styles: {
readonly "Testimonial": string;
readonly "Testimonial--border": string;
readonly "Testimonial--size-large": string;
readonly "Testimonial--variant-default": string;
readonly "Testimonial--variant-expressive": string;
readonly "Testimonial--variant-subtle": string;
readonly "Testimonial-avatar": string;
readonly "Testimonial-caption": string;
readonly "Testimonial-from": string;
readonly "Testimonial-link": string;
readonly "Testimonial-logo-image": string;
readonly "Testimonial-quote": string;
readonly "Testimonial__media": string;
readonly "Testimonial__quoteMark": string;
readonly "Testimonial__quoteMark--blue": string;
readonly "Testimonial__quoteMark--blue-purple": string;
readonly "Testimonial__quoteMark--coral": string;
readonly "Testimonial__quoteMark--default": string;
readonly "Testimonial__quoteMark--gray": string;
readonly "Testimonial__quoteMark--green": string;
readonly "Testimonial__quoteMark--green-blue": string;
readonly "Testimonial__quoteMark--hasBackground": string;
readonly "Testimonial__quoteMark--indigo": string;
readonly "Testimonial__quoteMark--lemon": string;
readonly "Testimonial__quoteMark--lime": string;
readonly "Testimonial__quoteMark--orange": string;
readonly "Testimonial__quoteMark--pink": string;
readonly "Testimonial__quoteMark--pink-blue": string;
readonly "Testimonial__quoteMark--purple": string;
readonly "Testimonial__quoteMark--purple-red": string;
readonly "Testimonial__quoteMark--red": string;
readonly "Testimonial__quoteMark--red-orange": string;
readonly "Testimonial__quoteMark--teal": string;
readonly "Testimonial__quoteMark--yellow": string;
readonly "Testimonial__quoteMarkGlyph": string;
readonly "Testimonial__quoteWrapper": string;
};
export = styles;