mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-02 23:02:16 +00:00
TextSpecificProps are optional.
This commit is contained in:
Vendored
+5
-5
@@ -292,11 +292,11 @@ export interface TSpanProps extends CommonPathProps, FontProps {
|
||||
export const TSpan: React.ComponentClass<TSpanProps>;
|
||||
|
||||
export interface TextSpecificProps extends CommonPathProps, FontProps {
|
||||
alignmentBaseline: AlignmentBaseline,
|
||||
baselineShift: BaselineShift,
|
||||
verticalAlign: NumberProp,
|
||||
lengthAdjust: LengthAdjust,
|
||||
textLength: NumberProp,
|
||||
alignmentBaseline?: AlignmentBaseline,
|
||||
baselineShift?: BaselineShift,
|
||||
verticalAlign?: NumberProp,
|
||||
lengthAdjust?: LengthAdjust,
|
||||
textLength?: NumberProp,
|
||||
fontData?: null | { [name: string]: any },
|
||||
fontFeatureSettings?: string,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user