From fad581be0d5d88993d579962917c33e9715a5c70 Mon Sep 17 00:00:00 2001 From: Arjunlal B Date: Thu, 11 Feb 2021 09:31:09 +0530 Subject: [PATCH] chore: export select control option --- projects/components/src/public-api.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/components/src/public-api.ts b/projects/components/src/public-api.ts index dadcba451..300f5dfcc 100644 --- a/projects/components/src/public-api.ts +++ b/projects/components/src/public-api.ts @@ -183,6 +183,7 @@ export { SelectJustify } from './select/select-justify'; export { SelectOption } from './select/select-option'; export { SelectSize } from './select/select-size'; export * from './select/select-option.component'; +export * from './select/select-control-option.component'; export * from './select/select.component'; export * from './select/select.module';