UNPKG

@prezly/theme-kit-ui

Version:
7 lines (6 loc) 178 B
interface Props { title: string; description: string; } export declare function Title({ title, description }: Props): import("react/jsx-runtime").JSX.Element; export {};