UNPKG

@cmk/fe_utils

Version:
4 lines (3 loc) 170 B
export declare const BASE_ELEMENT_MODELS: any[]; export type BaseComponentsType = typeof BASE_ELEMENT_MODELS; export type BaseComponentType = BaseComponentsType[number];