mirror of https://github.com/buster-so/buster.git
5 lines
170 B
TypeScript
5 lines
170 B
TypeScript
|
import * as React from 'react';
|
||
|
import { Slot } from '@radix-ui/react-slot';
|
||
|
import { cva, type VariantProps } from 'class-variance-authority';
|
||
|
import { cn } from '../';
|