️ feat: export the tag props

This commit is contained in:
Wahyu Kurniawan 2024-03-14 21:52:07 +07:00
parent d50a318e16
commit c2417a9daa
No known key found for this signature in database
GPG Key ID: 040A1549143A8E33

View File

@ -6,7 +6,7 @@ import React, {
import { tagTheme, type TagTheme } from './Tag.theme';
import { cloneIcon } from 'utils/cloneIcon';
type TagProps = ComponentPropsWithoutRef<'div'> &
export type TagProps = ComponentPropsWithoutRef<'div'> &
TagTheme & {
/**
* The optional left icon element for a component.