forked from cerc-io/snowballtools-base
⚡️ feat: export the tag props
This commit is contained in:
parent
d50a318e16
commit
c2417a9daa
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user