forked from ncknt/rmwc-typed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.d.ts
37 lines (35 loc) · 1.15 KB
/
index.d.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
// Type definitions for material-ui v0.18.17
// Project: https://github.com/jamesmfriedman/rmwc
// Definitions by: Nicolas Cohen <https://github.com/ncknt>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.3
/// <reference types="react" />
/// <reference types="react-dom" />
declare module 'rmwc';
export * from './src/Button'
export * from './src/Card'
export * from './src/Checkbox'
export * from './src/Dialog'
export * from './src/Drawer'
export * from './src/Elevation'
export * from './src/Fab'
export * from './src/FormField'
export * from './src/Grid'
export * from './src/GridList'
export * from './src/Icon'
export * from './src/IconButton'
export * from './src/IconToggle'
export * from './src/LinearProgress'
export * from './src/List'
export * from './src/Menu'
export * from './src/Radio'
export * from './src/Ripple'
export * from './src/Select'
export * from './src/Slider'
export * from './src/Snackbar'
export * from './src/Switch'
export * from './src/Tabs'
export * from './src/TextField'
export * from './src/Theme'
export * from './src/Toolbar'
export * from './src/Typography'