mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-15 17:42:15 +08:00
docs(components): update property docs and styling to match guide
This commit is contained in:
@ -17,7 +17,7 @@ export class VariableSelector {
|
||||
@Prop() property: string;
|
||||
@Prop() type: 'color' | 'percent';
|
||||
@Prop() usedWith: string[];
|
||||
@Prop({mutable: true}) value: Color | string | number;
|
||||
@Prop({ mutable: true }) value: Color | string | number;
|
||||
|
||||
@Method()
|
||||
getProperty () {
|
||||
|
Reference in New Issue
Block a user