welcome-ui
Version:
Customizable design system with react • styled-components • styled-system and ariakit.
8 lines (7 loc) • 322 B
TypeScript
import { BoxProps } from '../Box';
import { SolutionsSymbol } from './Solutions';
import { Symbol } from './Symbol';
import { Welcome as Logo } from './Welcome';
import { WelcomeUI as WelcomeUILogo } from './Wui';
export type LogoProps = Pick<BoxProps, 'h' | 'w'>;
export { Logo, SolutionsSymbol, Symbol, WelcomeUILogo };