welcome-ui
Version:
Customizable design system with react, typescript, tailwindcss and ariakit.
6 lines (5 loc) • 336 B
TypeScript
import { default as logoStyles } from './logo.module.scss';
export { logoStyles as logoClasses };
export declare const Symbol: import('react').ForwardRefExoticComponent<Omit<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & {
ref?: import('react').Ref<SVGSVGElement>;
}, "ref"> & import('react').RefAttributes<SVGSVGElement>>;