ListInputRuleAttributesGetter
A callback function to get the attributes for a list input rule.
type ListInputRuleAttributesGetter<T extends ListAttributes = ListAttributes> = (options: {
match: RegExpMatchArray;
attributes?: T;
}) => T;§Type Parameters
§
T extends ListAttributes = ListAttributes
[src]