UNPKG

@octopusdeploy/design-system-components

Version:
8 lines (7 loc) 286 B
import type * as React from "react"; interface ListTitleProps { children?: React.ReactNode; alignment?: "left" | "center" | "right"; } export declare function ListTitle({ children, alignment }: ListTitleProps): import("react/jsx-runtime").JSX.Element; export default ListTitle;