@sms-frontend/components
Version:
SMS Design React UI Library.
7 lines (6 loc) • 314 B
TypeScript
import { FormListProps, KeyType } from './interface';
declare const List: {
<SubFieldValue extends unknown = any, SubFieldKey extends KeyType = string, FieldKey extends KeyType = string>(props: FormListProps<SubFieldValue, SubFieldKey, FieldKey>): JSX.Element;
displayName: string;
};
export default List;