diff --git a/src/deck-components/Field.tsx b/src/deck-components/Field.tsx index b2aedef..efe4703 100644 --- a/src/deck-components/Field.tsx +++ b/src/deck-components/Field.tsx @@ -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;