UNPKG

@patternfly/react-core

Version:

This library provides a set of common React components for use with the PatternFly reference implementation.

7 lines (5 loc) 186 B
import { OUIAProps } from '../../index'; export const useOUIAProps = () => ({}); export const getOUIAProps = () => ({}); export const getDefaultOUIAId = () => ''; export { OUIAProps };