We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e97ba9f commit 1496252Copy full SHA for 1496252
projects/components/src/public-api.ts
@@ -278,6 +278,7 @@ export * from './toggle-group/toggle-item';
278
// Toggle Switch
279
export * from './toggle-switch/toggle-switch.component';
280
export * from './toggle-switch/toggle-switch.module';
281
+export { ToggleSwitchSize } from './toggle-switch/toggle-switch-size';
282
283
// Tooltip
284
export { TooltipModule } from './tooltip/tooltip.module';
0 commit comments