UNPKG

react-antd-admin-panel

Version:

Easy prototyping admin panel using React and Antd

8 lines (7 loc) 194 B
import Default from "./Default"; export default class Conditions extends Default { constructor(); clear: () => void; getValue: () => any; checkCondition: (args?: any) => void; }