UNPKG

react-blueprint-component

Version:

<h1>React Blueprint Component</h1>

8 lines (6 loc) 153 B
const getTypeScriptCode = (name) => { return `export interface ${name}Props{ name:string; }`; }; export default getTypeScriptCode;