Skip to content

Commit

Permalink
feat(menu-surface): typescript (#502)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Goo committed Dec 28, 2018
1 parent ba058d4 commit 94d006d
Show file tree
Hide file tree
Showing 10 changed files with 949 additions and 757 deletions.
2 changes: 1 addition & 1 deletion packages/chips/ChipSet.tsx
Expand Up @@ -23,7 +23,7 @@ import * as React from 'react';
import classnames from 'classnames';
// no mdc .d.ts file
// @ts-ignore
import {MDCChipSetFoundation} from '@material/chips';
import {MDCChipSetFoundation} from '@material/chips/dist/mdc.chips';
import ChipCheckmark from './ChipCheckmark';
import {ChipProps} from './Chip'; // eslint-disable-line no-unused-vars

Expand Down
4 changes: 2 additions & 2 deletions packages/drawer/index.tsx
Expand Up @@ -28,10 +28,10 @@ import {
util,
// no .d.ts file
// @ts-ignore
} from '@material/drawer';
} from '@material/drawer/dist/mdc.drawer';
// no .d.ts file
// @ts-ignore
import {MDCListFoundation} from '@material/list';
import {MDCListFoundation} from '@material/list/dist/mdc.list';
import DrawerHeader from './Header';
import DrawerContent from './Content';
import DrawerSubtitle from './Subtitle';
Expand Down
299 changes: 0 additions & 299 deletions packages/menu-surface/index.js

This file was deleted.

0 comments on commit 94d006d

Please sign in to comment.