Skip to content

Commit

Permalink
[docs] Migrated components to TS
Browse files Browse the repository at this point in the history
  • Loading branch information
limatgans committed Oct 8, 2019
1 parent 59c2e39 commit 5e51e82
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/src/pages/customization/components/Component.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import React from 'react';
import ClassNames from 'docs/src/pages/customization/components/ClassNames';

// We can use ClassNames over and over.
function Component() {
return <ClassNames>Component</ClassNames>;
}

export default Component;

0 comments on commit 5e51e82

Please sign in to comment.