import { SELF, pattern } from "commonfabric"; interface Input { value: string; } const _p = pattern(({ [SELF]: self, value: _value }) => self);