feat: added reorderable list and updated fieldProps

This commit is contained in:
Tormak
2022-11-25 18:32:55 -05:00
parent 47fd13692f
commit 3c171cfb8f
4 changed files with 320 additions and 2 deletions

View File

@@ -1,9 +1,10 @@
import { FC, ReactNode, RefAttributes } from 'react';
import { CSSProperties, FC, ReactNode, RefAttributes } from 'react';
import { findModuleChild } from '../webpack';
import { FooterLegendProps } from './FooterLegend';
export interface FieldProps extends FooterLegendProps {
style?: CSSProperties,
label?: ReactNode;
bottomSeparator?: 'standard' | 'thick' | 'none';
description?: ReactNode;