|
1 |
| -export { Callback } from './Callback'; |
2 |
| -export { Comp } from './Comp'; |
3 |
| -export { ComponentRef } from './ComponentRef'; |
4 |
| -export { Falsy } from './Falsy'; |
5 |
| -export { GenericProps } from './GenericProps'; |
6 |
| -export { HasAriaLabelOrLabelledBy } from './HasAriaLabelOrLabelledBy'; |
7 |
| -export { HasClassName } from './HasClassName'; |
8 |
| -export { HasCloseMode } from './HasCloseMode'; |
9 |
| -export { HasPolymorphicAs } from './HasPolymorphicAs'; |
10 |
| -export { HasTheme } from './HasTheme'; |
11 |
| -export { HeadingElement } from './HeadingElement'; |
| 1 | +export type { Callback } from './Callback'; |
| 2 | +export type { Comp } from './Comp'; |
| 3 | +export type { ComponentRef } from './ComponentRef'; |
| 4 | +export type { Falsy } from './Falsy'; |
| 5 | +export type { GenericProps } from './GenericProps'; |
| 6 | +export type { HasAriaLabelOrLabelledBy } from './HasAriaLabelOrLabelledBy'; |
| 7 | +export type { HasClassName } from './HasClassName'; |
| 8 | +export type { HasCloseMode } from './HasCloseMode'; |
| 9 | +export type { HasPolymorphicAs } from './HasPolymorphicAs'; |
| 10 | +export type { HasTheme } from './HasTheme'; |
| 11 | +export type { HeadingElement } from './HeadingElement'; |
12 | 12 | export { isComponent } from './isComponent';
|
13 | 13 | export { isComponentType } from './isComponentType';
|
14 |
| -export { MaybeElementOrRef } from './MaybeElementOrRef'; |
15 |
| -export { Point } from './Point'; |
16 |
| -export { Predicate } from './Predicate'; |
17 |
| -export { RectSize } from './RectSize'; |
18 |
| -export { TextElement } from './TextElement'; |
19 |
| -export { ValueOf } from './ValueOf'; |
| 14 | +export type { MaybeElementOrRef } from './MaybeElementOrRef'; |
| 15 | +export type { Point } from './Point'; |
| 16 | +export type { Predicate } from './Predicate'; |
| 17 | +export type { RectSize } from './RectSize'; |
| 18 | +export type { TextElement } from './TextElement'; |
| 19 | +export type { ValueOf } from './ValueOf'; |
0 commit comments