UNPKG

@hhgtech/hhg-components

Version:
8 lines (7 loc) 300 B
import React from 'react'; import { SubotInlineActionProps } from "../../../interfaces/types"; declare const Container: { ({ actions, value, onChange, htmlType, node_type, formSubmitMeta, }: SubotInlineActionProps): React.JSX.Element; displayName: string; }; export default Container;