import { PluginProps } from '@ui-schema/ui-schema/PluginStack/Plugin' import { WithValue } from '@ui-schema/ui-schema/UIStore' export interface PluginSimple { handle: (props: Partial) => Partial noHandle?: (props: Partial) => Partial should?: (props: Partial) => boolean }