@try-at-software/input-elements
Version:
A package providing different input elements that are extensible and easily configurable for your custom needs.
9 lines (8 loc) • 322 B
TypeScript
import * as React from 'react';
import { IDynamicListMenuProps } from './IDynamicListMenuProps';
export declare class DynamicListMenu<TValue> extends React.Component<IDynamicListMenuProps<TValue>> {
render(): JSX.Element;
private renderInsertButton;
private renderRemoveButton;
private getItems;
}