UNPKG

@emotion/is-prop-valid

Version:

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

3 lines (2 loc) 81 B
declare const isPropValid: (arg: string) => boolean; export default isPropValid;