@vicinae/api
    Preparing search index...

    Type Alias Props

    Props: BaseActionProps & {
        content: string;
        onPaste?: (content: string | number | Content) => void;
    }