mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
6 lines
87 B
TypeScript
6 lines
87 B
TypeScript
export interface MetaProps {
|
|
title: string;
|
|
description: string;
|
|
url?: string;
|
|
}
|