interface StyleDefinitionState {
    content: StyleDefinitionContentObject;
    name: string;
}

Properties

Properties

name: string