7cba3053f4
Wraps children in React's ViewTransition (canary API) when available, falling back to Fragment in environments where ViewTransition is undefined (test env, stable react-dom). Add react/canary to tsconfig types to expose the ViewTransition component type.
14 lines
638 B
TypeScript
14 lines
638 B
TypeScript
export type { BadgeVariant } from './Badge';
|
|
export { Badge } from './Badge';
|
|
export type { ButtonSize, ButtonVariant } from './Button';
|
|
export { Button } from './Button';
|
|
export type { CardBackground } from './Card';
|
|
export { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle } from './Card';
|
|
|
|
export { Input, Textarea } from './Input';
|
|
export { RichText } from './RichText';
|
|
export type { ContainerSize, SectionBackground } from './Section';
|
|
export { Container, Section } from './Section';
|
|
export { TechStackBrick, TechStackGrid } from './TechStack';
|
|
export { ViewTransitionWrapper } from './ViewTransitionWrapper';
|