UNPKG

@papernote/ui

Version:

A modern React component library with a paper notebook aesthetic - minimal, professional, and expressive

8 lines 283 B
export interface LogoProps { size?: 'sm' | 'md' | 'lg'; showText?: boolean; text?: string; className?: string; } export default function Logo({ size, showText, text, className, }: LogoProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=Logo.d.ts.map