UNPKG

@lunit/oui

Version:

Lunit Oncology UI components

8 lines (7 loc) 204 B
// Function for inferring required input by props export function isPasswordInput(props) { return props.type === 'password'; } export function isFileInput(props) { return props.type === 'file'; }