/
githubmirror
/
ionic-framework
Обзор
Документация
Войти
/
githubmirror
/
ionic-framework
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/react/src/components/IonActionSheet.tsx
9 строк
382 B
Liam DeBeasi
chore(react): remove unused controller import
23 янв 2023, 21:48
23 янв 2023, 21:48
710f3c7
Код
Авторство
О чём код?
import type { JSX } from '@ionic/core/components'; import { defineCustomElement } from '@ionic/core/components/ion-action-sheet.js'; import { createInlineOverlayComponent } from './createInlineOverlayComponent'; export const IonActionSheet = /*@__PURE__*/ createInlineOverlayComponent<JSX.IonActionSheet, HTMLIonActionSheetElement>( 'ion-action-sheet', defineCustomElement );