PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/styled-components/native/dist/models

Просмотр файла: Keyframes.d.ts

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;
    toString: () => void;
    getName(stylisInstance?: Stringifier): string;
}

Выполнить команду


Для локальной разработки. Не используйте в интернете!