Exporting the type

Signed-off-by: Dede Hamzah <dehamzah@gmail.com>
This commit is contained in:
Dede Hamzah
2021-12-16 16:31:54 +07:00
parent 5bfb682752
commit 8e9d7e9200
2 changed files with 2 additions and 0 deletions
@@ -14,3 +14,4 @@
* limitations under the License.
*/
export { SidebarSearch } from './SidebarSearch';
export type { SidebarSearchProps } from './SidebarSearch';
@@ -14,3 +14,4 @@
* limitations under the License.
*/
export { SidebarSearchModal } from './SidebarSearchModal';
export type { SidebarSearchModalProps } from './SidebarSearchModal';