removed dependency of @shin-chan/kypes.

This commit is contained in:
2025-09-30 19:56:15 +09:00
parent c8a2c8087a
commit db4e21607e
10 changed files with 228 additions and 58 deletions

View File

@@ -1,5 +1,6 @@
import clsx from 'clsx';
import type React from 'react';
// biome-ignore lint/style/useImportType: React is required in scope for the old JSX transform.
import React from 'react';
export type KintonePluginTitleProps = React.PropsWithChildren<{
className?: string;