Skip to content

Commit

Permalink
feat: Expose MaterialSymbolWeight, SymbolCodepoints interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
tpict committed Feb 21, 2024
1 parent 106e997 commit 80a2416
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 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 = {
Expand Down

0 comments on commit 80a2416

Please sign in to comment.