/
githubmirror
/
ionic
Обзор
Документация
Войти
/
githubmirror
/
ionic
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/react/src/components/IonPickerLegacy.tsx
9 строк
387 B
Liam DeBeasi
feat(picker): add inline picker (#28689)
13 дек 2023, 21:03
Не верифицирован
13 дек 2023, 21:03
cd5c099
Код
Авторство
О чём код?
import type { JSX } from '@ionic/core/components'; import { defineCustomElement } from '@ionic/core/components/ion-picker-legacy.js'; import { createInlineOverlayComponent } from './createInlineOverlayComponent'; export const IonPickerLegacy = /*@__PURE__*/ createInlineOverlayComponent< JSX.IonPickerLegacy, HTMLIonPickerLegacyElement >('ion-picker-legacy', defineCustomElement);