UNPKG

@bos-alpha/progress

Version:

进度管理

12 lines (11 loc) 281 B
interface RuleType { field: 'name' | 'code' | 'type'; logic: 'and' | 'or'; operator: string; value: string; } interface PropsType { onSearch: (rules: RuleType[]) => void; } export declare const ConditionAdd: ({ onSearch }: PropsType) => JSX.Element; export {};