@kystverket/styrbord 1.9.2 → 1.9.3
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.
|
@@ -998,3 +998,4 @@ export declare const InTableWithPagination: StoryFn<UseCheckboxGroupProps>;
|
|
|
998
998
|
export declare const ContentEx1: StoryFn<typeof Fieldset>;
|
|
999
999
|
export declare const ContentEx2: StoryFn<typeof Fieldset>;
|
|
1000
1000
|
export declare const ContentEx3: StoryFn<typeof Fieldset>;
|
|
1001
|
+
export declare const Outline: StoryFn<typeof Fieldset>;
|
|
@@ -9,6 +9,5 @@ export type BorderedToggleGroupProps = BorderedGroupProps & {
|
|
|
9
9
|
onChanges?: (values: ToggleValue[]) => void;
|
|
10
10
|
onChange?: (value: ToggleValue) => void;
|
|
11
11
|
};
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
export default BorderedRadioGroup;
|
|
12
|
+
declare const BorderedToggleGroup: (props: BorderedToggleGroupProps) => React.JSX.Element | null;
|
|
13
|
+
export default BorderedToggleGroup;
|