Skip to content

Commit

Permalink
Merge pull request #87 from tpict/export-types
Browse files Browse the repository at this point in the history
feat: Expose MaterialSymbolWeight, SymbolCodepoints interfaces
  • Loading branch information
ed-software committed Mar 12, 2024
2 parents 106e997 + 80a2416 commit 7858ea3
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 7858ea3

Please sign in to comment.