Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
import { View } from '@instructure/ui-view'
import { Item } from './Item'
import { Separator } from './Separator'
import styles from './styles.css'
import theme from './theme'
/**
---
category: components
experimental: true
---
**/
@testable()
@experimental()
@themeable(theme, styles)
class Options extends Component {
static Item = Item
static Separator = Separator
static propTypes = {
/**
* Element type to render as
*/
as: PropTypes.elementType,
/**
* The aria role of the element
*/
role: PropTypes.string,
/**
* The the actual list element