@10up/block-components
Version:
10up Components built for the WordPress Block Editor.
6 lines • 323 B
TypeScript
import { RichText } from '@wordpress/block-editor';
interface PostTitleProps extends Omit<React.ComponentPropsWithoutRef<typeof RichText>, 'value' | 'onChange'> {
}
export declare const PostTitle: ({ tagName: TagName, ...rest }: PostTitleProps) => import("react").JSX.Element;
export {};
//# sourceMappingURL=index.d.ts.map