@forge/react
11.8.0-next.4-experimental-f76634b11.8.0-next.5
out/index.d.ts~
out/index.d.tsModified+3−1
Index: package/out/index.d.ts
===================================================================
--- package/out/index.d.ts
+++ package/out/index.d.ts
@@ -1,4 +1,6 @@
+import type { XCSSObject } from './package-types';
+export declare const xcss: (style: XCSSObject) => XCSSObject;
export { useProductContext } from './hooks/useProductContext';
export { useConfig } from './hooks/useConfig';
export { usePermissions, type Permissions, type PermissionRequirements, type MissingPermissions, type PermissionCheckResult } from './hooks/usePermissions';
export { ForgeReconciler as default } from './reconciler';
@@ -9,7 +11,7 @@
export { useTranslation, I18nProvider } from './hooks/useTranslation';
export { replaceUnsupportedDocumentNodes } from './components/utils/replaceUnsupportedDocumentNodes';
export { useForm } from './hooks/useForm';
export { useObjectStore } from './hooks/useObjectStore';
-export * from './package-types';
+export type { XCSSObject, DocNode, Event } from './package-types';
export type { AdfRendererProps, BadgeProps, BoxProps, ButtonGroupProps, ButtonProps, CalendarProps, CheckboxProps, CheckboxGroupProps, CodeBlockProps, CodeProps, CommentProps, DatePickerProps, DynamicTableProps, EmptyStateProps, ErrorMessageProps, FlexProps, FormFooterProps, FormHeaderProps, FormProps, FormSectionProps, GridProps, HeadingProps, HelperMessageProps, IconProps, InlineProps, LabelProps, LinkButtonProps, ListProps, ListItemProps, LoadingButtonProps, LozengeProps, ModalBodyProps, ModalFooterProps, ModalHeaderProps, ModalProps, ModalTitleProps, ModalTransitionProps, ProgressBarProps, ProgressTrackerProps, RadioGroupProps, RadioProps, RangeProps, SectionMessageActionProps, SectionMessageProps, SelectProps, SpinnerProps, StackProps, TabListProps, TabPanelProps, TabProps, TabsProps, TagGroupProps, TagProps, TextProps, TextAreaProps, TextfieldProps, ToggleProps, TooltipProps, TimePickerProps, ValidMessageProps, PopupProps, InlineEditProps, ChromelessEditorProps, CommentEditorProps, PressableProps, BarChartProps, StackBarChartProps, HorizontalStackBarChartProps, HorizontalBarChartProps, LineChartProps, DonutChartProps, PieChartProps, ChartColorTokens } from '@atlaskit/forge-react-types';
//# sourceMappingURL=index.d.ts.map
\ No newline at end of file