UNPKG

climb-onyx-gui

Version:
8 lines (7 loc) 217 B
interface PageTitleProps { title: string; description: string; noTruncate?: boolean; } declare function PageTitle(props: PageTitleProps): import("react/jsx-runtime").JSX.Element; export default PageTitle;