D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
forge
/
ebrokers.online
/
node_modules
/
styled-components
/
dist
/
models
/
Filename :
Keyframes.d.ts
back
Copy
import StyleSheet from '../sheet'; import { Keyframes as KeyframesType, Stringifier } from '../types'; export default class Keyframes implements KeyframesType { id: string; name: string; rules: string; constructor(name: string, rules: string); inject: (styleSheet: StyleSheet, stylisInstance?: Stringifier) => void; getName(stylisInstance?: Stringifier): string; }