IStyleDeclaration.cs 127 Bytes
Newer Older
Matt Schneeberger's avatar
Matt Schneeberger committed
1
namespace Svg.ExCSS.Model
Eric Domke's avatar
Eric Domke committed
2
3
4
5
6
7
{
    interface ISupportsDeclarations
    {
        StyleDeclaration Declarations { get; }
    }
}