forked from cerc-io/snowballtools-base
⚡️ feat: export the tag props
This commit is contained in:
@@ -6,7 +6,7 @@ import React, {
|
|||||||
import { tagTheme, type TagTheme } from './Tag.theme';
|
import { tagTheme, type TagTheme } from './Tag.theme';
|
||||||
import { cloneIcon } from 'utils/cloneIcon';
|
import { cloneIcon } from 'utils/cloneIcon';
|
||||||
|
|
||||||
type TagProps = ComponentPropsWithoutRef<'div'> &
|
export type TagProps = ComponentPropsWithoutRef<'div'> &
|
||||||
TagTheme & {
|
TagTheme & {
|
||||||
/**
|
/**
|
||||||
* The optional left icon element for a component.
|
* The optional left icon element for a component.
|
||||||
|
|||||||
Reference in New Issue
Block a user