@kystverket/styrbord 1.4.13 → 1.4.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6,6 +6,7 @@ export { default as DeprecatedInputLabel, type InputLabelProps as DeprecatedInpu
6
6
  export { Details as DeprecatedDetails, type DetailsProps as DeprecatedDetailsProps, } from './components/deprecated/Details/Details';
7
7
  export { default as DeprecatedCard, type CardProps as DeprecatedCardProps } from './components/deprecated/Card/Card';
8
8
  export { FilePreviewer, type FilePreviewerProps } from './components/kystverket/FilePreviewer';
9
+ export { StyrbordTranslations } from './translations';
9
10
  export { default as KyvDivider } from './components/kystverket/KyvDivider/kyvDivider';
10
11
  export { PageHeading } from './components/kystverket/PageHeading/PageHeading';
11
12
  export type { PageHeadingProps } from './components/kystverket/PageHeading/PageHeading';
@@ -1,5 +1,6 @@
1
+ import { ReactNode } from 'react';
1
2
  export declare const STYRBORD_TRANSLATIONS_NAMESPACE = "styrbord";
2
3
  export declare const StyrbordTranslations: (props: {
3
- children: React.ReactNode;
4
+ children: ReactNode;
4
5
  }) => React.JSX.Element;
5
6
  export declare const useTranslation: () => import("@kystverket/sprak-react").UseTranslationResult;