adding et2_select_ro type, as it's used in smallPART

This commit is contained in:
ralf 2022-07-12 10:05:43 +02:00
parent ce418affe8
commit 5cd979d372

View File

@ -11,8 +11,14 @@
*/
import {Et2Select} from "./Et2Select/Et2Select";
import {Et2SelectReadonly} from "./Et2Select/Et2SelectReadonly";
/**
* @deprecated use Et2Select
*/
export class et2_selectbox extends Et2Select{}
export class et2_selectbox extends Et2Select{}
/**
* @deprecated use Et2SelectReadonly
*/
export type et2_selectbox_ro = Et2SelectReadonly;