Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
use Meta types
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmcintyre committed Nov 17, 2021
1 parent 5484c79 commit bac9408
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/typography/Meta/Meta.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
import React from 'react';

// import { Props } from './Meta.types';
import { Props } from './Meta.types';
import { Meta as Styled } from './Meta.style';

import { withIris } from '../../utils';

type Props = any;

export const Meta = withIris<
HTMLParagraphElement | HTMLSpanElement | HTMLLabelElement,
Props
Expand Down

0 comments on commit bac9408

Please # to comment.