@factorialco/deprecated-design-system 0.0.19 → 0.0.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3398,7 +3398,6 @@ declare interface TableProps {
3398
3398
  optionsBottom?: () => React_2.ReactNode;
3399
3399
  bottomSticky?: boolean;
3400
3400
  optionsBottomBackground?: Colors;
3401
- key?: number;
3402
3401
  style?: Partial<CSSStyleDeclaration>;
3403
3402
  density?: TableDensity;
3404
3403
  extra?: Record<string, any>;