Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfeng33 committed Aug 30, 2024
1 parent 3d0cb7d commit 8a03f83
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions packages/caption/src/lib/CaptionPlugin.ts
Original file line number Diff line number Diff line change
@@ -1,20 +1,12 @@
import {
type PluginConfig,
type TElement,
type TPath,
type WithRequiredKey,
createTSlatePlugin,
} from '@udecode/plate-common';

import { withCaption } from './withCaption';

export interface TCalloutElement extends TElement {
backgroundColor?: string;
color?: string;
icon?: string;
variant?: 'info' | 'note' | 'tip' | 'warning';
}

export type CaptionConfig = PluginConfig<
'caption',
{
Expand Down

0 comments on commit 8a03f83

Please sign in to comment.