Skip to content
Snippets Groups Projects
Commit 26760ed2 authored by Alexander Reifschneider's avatar Alexander Reifschneider
Browse files

OZG-7707 add publics

parent 16ba4a56
Branches
Tags
1 merge request!114OZG-7707 angular svg icon
...@@ -72,6 +72,6 @@ export class IconComponent { ...@@ -72,6 +72,6 @@ export class IconComponent {
@Input() size: IconVariants['size'] = 'medium'; @Input() size: IconVariants['size'] = 'medium';
@Input() fill: IconVariants['fill'] = 'primary'; @Input() fill: IconVariants['fill'] = 'primary';
readonly iconVariants = iconVariants; public readonly iconVariants = iconVariants;
readonly twMerge = twMerge; public readonly twMerge = twMerge;
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment