UNPKG
@rjfwhite/random-lib
Version:
latest (0.0.7)
0.0.7
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Core engine for MML
mml-engine.vercel.app
@rjfwhite/random-lib
/
dist
/
behaviors
/
ColorCycleBehavior.d.ts
7 lines
•
256 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
Behavior
,
AttachmentRule
}
from
'./types'
;
export
declare
class
ColorCycleBehavior
extends
Behavior
{
static
getAttachmentRules
():
AttachmentRule
[];
onAttach
():
void
;
onDetach
():
void
; }
//# sourceMappingURL=ColorCycleBehavior.d.ts.map