wix-style-react
Version:
wix-style-react
14 lines • 408 B
TypeScript
export namespace RawTextDefaultProps {
let size: string;
let secondary: boolean;
let skin: string;
let light: boolean;
let weight: string;
let tagName: string;
let listStyle: string;
let widows: boolean;
}
export default RawText;
declare const RawText: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
import React from 'react';
//# sourceMappingURL=RawText.d.ts.map