/
Mikhail823
/
todo
Обзор
Документация
Войти
/
Mikhail823
/
todo
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
node_modules/styled-components/dist/models/Keyframes.d.ts
10 строк
389 B
Mikhail Popov
j
23 фев 2026, 16:12
23 фев 2026, 16:12
ff7232a
Код
Авторство
О чём код?
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; }