mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* adding facepaint typings * lint fixes * removing module declaration * removing comment * adding namespace and declaring single export value
11 lines
196 B
TypeScript
11 lines
196 B
TypeScript
import facepaint = require('facepaint');
|
|
|
|
facepaint([
|
|
'@media(min-width: 420px)',
|
|
'@media(min-width: 920px)',
|
|
'@media(min-width: 1120px)'
|
|
], {
|
|
literal: true,
|
|
overlap: true
|
|
});
|