fix(Field): remove style

This commit is contained in:
AAGaming
2023-02-21 22:36:35 -05:00
parent b480d397c4
commit 53faf55df1

View File

@@ -1,10 +1,9 @@
import { CSSProperties, FC, ReactNode, RefAttributes } from 'react';
import { 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;