|
6 | 6 |
|
7 | 7 | import { ComponentPropsCompat } from '@fluentui/react-utilities'; |
8 | 8 | import { ComponentStateCompat } from '@fluentui/react-utilities'; |
| 9 | +import { ForwardRefExoticComponent } from 'react'; |
9 | 10 | import { MakeStylesStyleFunctionRule } from '@fluentui/make-styles'; |
10 | 11 | import * as React_2 from 'react'; |
| 12 | +import { RefAttributes } from 'react'; |
11 | 13 | import { Theme } from '@fluentui/react-theme'; |
12 | 14 |
|
13 | 15 | // @public (undocumented) |
14 | 16 | const body: MakeStylesStyleFunctionRule<Theme>; |
15 | 17 |
|
| 18 | +// Warning: (ae-forgotten-export) The symbol "Props" needs to be exported by the entry point index.d.ts |
| 19 | +// |
| 20 | +// @public |
| 21 | +const Body_2: ForwardRefExoticComponent<Props & RefAttributes<HTMLElement>>; |
| 22 | +export { Body_2 as Body } |
| 23 | + |
| 24 | +// @public |
| 25 | +export const Caption: ForwardRefExoticComponent<Props & RefAttributes<HTMLElement>>; |
| 26 | + |
16 | 27 | // @public |
17 | 28 | const caption: MakeStylesStyleFunctionRule<Theme>; |
18 | 29 |
|
19 | 30 | // @public |
20 | | -export const Display: React_2.ForwardRefExoticComponent<DisplayProps & React_2.RefAttributes<HTMLElement>>; |
| 31 | +export const Display: ForwardRefExoticComponent<Props & RefAttributes<HTMLElement>>; |
21 | 32 |
|
22 | 33 | // @public (undocumented) |
23 | 34 | const display: MakeStylesStyleFunctionRule<Theme>; |
24 | 35 |
|
25 | 36 | // @public |
26 | | -export interface DisplayProps extends Omit<TextProps, 'font' | 'size'> { |
27 | | -} |
| 37 | +export const Headline: ForwardRefExoticComponent<Props & RefAttributes<HTMLElement>>; |
28 | 38 |
|
29 | 39 | // @public (undocumented) |
30 | 40 | const headline: MakeStylesStyleFunctionRule<Theme>; |
31 | 41 |
|
| 42 | +// @public |
| 43 | +export const LargeTitle: ForwardRefExoticComponent<Props & RefAttributes<HTMLElement>>; |
| 44 | + |
32 | 45 | // @public (undocumented) |
33 | 46 | const largeTitle: MakeStylesStyleFunctionRule<Theme>; |
34 | 47 |
|
35 | 48 | // @public |
36 | 49 | export const renderText: (state: TextState) => JSX.Element; |
37 | 50 |
|
| 51 | +// @public |
| 52 | +export const Subheadline: ForwardRefExoticComponent<Props & RefAttributes<HTMLElement>>; |
| 53 | + |
38 | 54 | // @public (undocumented) |
39 | 55 | const subheadline: MakeStylesStyleFunctionRule<Theme>; |
40 | 56 |
|
@@ -65,12 +81,21 @@ export interface TextState extends ComponentStateCompat<TextProps, TextDefaulted |
65 | 81 | ref: React_2.Ref<HTMLElement>; |
66 | 82 | } |
67 | 83 |
|
| 84 | +// @public |
| 85 | +export const Title1: ForwardRefExoticComponent<Props & RefAttributes<HTMLElement>>; |
| 86 | + |
68 | 87 | // @public (undocumented) |
69 | 88 | const title1: MakeStylesStyleFunctionRule<Theme>; |
70 | 89 |
|
| 90 | +// @public |
| 91 | +export const Title2: ForwardRefExoticComponent<Props & RefAttributes<HTMLElement>>; |
| 92 | + |
71 | 93 | // @public (undocumented) |
72 | 94 | const title2: MakeStylesStyleFunctionRule<Theme>; |
73 | 95 |
|
| 96 | +// @public |
| 97 | +export const Title3: ForwardRefExoticComponent<Props & RefAttributes<HTMLElement>>; |
| 98 | + |
74 | 99 | // @public (undocumented) |
75 | 100 | const title3: MakeStylesStyleFunctionRule<Theme>; |
76 | 101 |
|
|
0 commit comments