Skip to content

Commit 1496252

Browse files
palbizuPatricio Albizu
andauthored
feat: adding toggle switch size enum to public-api (#666)
Co-authored-by: Patricio Albizu <albizupatricio@github.com>
1 parent e97ba9f commit 1496252

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/components/src/public-api.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ export * from './toggle-group/toggle-item';
278278
// Toggle Switch
279279
export * from './toggle-switch/toggle-switch.component';
280280
export * from './toggle-switch/toggle-switch.module';
281+
export { ToggleSwitchSize } from './toggle-switch/toggle-switch-size';
281282

282283
// Tooltip
283284
export { TooltipModule } from './tooltip/tooltip.module';

0 commit comments

Comments
 (0)