ion-picker-column-option.d.ts 395 B

1234567891011
  1. import type { Components, JSX } from "../dist/types/components";
  2. interface IonPickerColumnOption extends Components.IonPickerColumnOption, HTMLElement {}
  3. export const IonPickerColumnOption: {
  4. prototype: IonPickerColumnOption;
  5. new (): IonPickerColumnOption;
  6. };
  7. /**
  8. * Used to define this component and all nested components recursively.
  9. */
  10. export const defineCustomElement: () => void;