UNPKG

epn-ui

Version:

Дизайн система кабинета ВМ

4 lines (3 loc) 177 B
import type { IEpnFilterItem } from '../types'; export declare const pickUndefined: <T>(obj: T) => T; export declare const getFilterValue: (value: string) => IEpnFilterItem;