UNPKG

@emotion/is-prop-valid

Version:

A function to check whether a prop is valid for HTML and SVG elements

6 lines (4 loc) 176 B
// Definitions by: Junyoung Clare Jang <https://github.com/Ailrun> // TypeScript Version: 2.1 declare function isPropValid(string: string): boolean export default isPropValid