yuang-framework-ui-pc
Version:
yuang-framework-ui-pc Library
29 lines (27 loc) • 1.29 kB
TypeScript
import { UimsUser } from 'yuang-framework-ui-common/lib/interface/uims/uimsUser';
import { UimsOrganization } from 'yuang-framework-ui-common/lib/interface/uims/uimsOrganization';
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
param: any;
/** 机构 */
uimsOrganization: UimsOrganization;
selectionList: UimsUser[];
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
"update:selectionList": (changeList: UimsUser[]) => void;
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
param: any;
/** 机构 */
uimsOrganization: UimsOrganization;
selectionList: UimsUser[];
}>>> & Readonly<{
"onUpdate:selectionList"?: ((changeList: UimsUser[]) => any) | undefined;
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
export default _default;
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
type __VLS_TypePropsToRuntimeProps<T> = {
[K in keyof T]-?: {} extends Pick<T, K> ? {
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
} : {
type: import('vue').PropType<T[K]>;
required: true;
};
};