UNPKG

@hhgtech/hhg-components

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