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

Commit

Permalink
v0.1.10: replace node-sass with sass and add index.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
wwayne committed Sep 12, 2022
1 parent d5b8fc2 commit 87b2572
Show file tree
Hide file tree
Showing 6 changed files with 14,133 additions and 3,704 deletions.
2 changes: 1 addition & 1 deletion bin/transferSass.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const sass = require('node-sass')
const sass = require('sass')
const fs = require('fs')
const path = require('path')

Expand Down
8 changes: 8 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import * as React from 'react';

export interface HorizontalScrollProps {
className?: string,
disabled?: boolean
}

export default class HorizontalScroll extends React.Component<HorizontalScrollProps> {}
Loading

0 comments on commit 87b2572

Please sign in to comment.