UNPKG

@drivy/cobalt

Version:

Opinionated design system for Drivy's projects.

7 lines (6 loc) 264 B
import type { PropsWithChildren } from "react"; export type NoticePropsType = PropsWithChildren<{ withIcon?: boolean; }>; export declare const Notice: ({ withIcon, children }: NoticePropsType) => import("react/jsx-runtime").JSX.Element; export default Notice;