release(content-suggestions): v0.2.0
This commit is contained in:
@@ -4,8 +4,10 @@ import React from "react";
|
||||
|
||||
import { ContentTextWithSuggestions } from "./content-text-with-suggestions";
|
||||
|
||||
interface ContentTitleWithSuggestionsProps
|
||||
extends Omit<ComponentProps<typeof ContentTextWithSuggestions>, "weight"> {}
|
||||
type ContentTitleWithSuggestionsProps = Omit<
|
||||
ComponentProps<typeof ContentTextWithSuggestions>,
|
||||
"weight"
|
||||
>;
|
||||
|
||||
export const ContentTitleWithSuggestions = ({
|
||||
text,
|
||||
|
||||
Reference in New Issue
Block a user