From 80a24164860cdc7182d652aab66c570c45bee0ae Mon Sep 17 00:00:00 2001 From: Tom Picton Date: Wed, 21 Feb 2024 13:50:05 -0500 Subject: [PATCH] feat: Expose MaterialSymbolWeight, SymbolCodepoints interfaces --- src/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.tsx b/src/index.tsx index dceb280..528a50d 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -1,6 +1,7 @@ import type { ElementType, CSSProperties, ReactElement, Ref } from 'react'; import { forwardRef } from 'react'; import type { MaterialSymbolWeight, PolymorphicComponentProps, SymbolCodepoints } from './types'; +export type { MaterialSymbolWeight, SymbolCodepoints } from './types'; import { combineClasses } from './utils'; export type MaterialSymbolProps = {