import { html, htmlMatrix, Meta, omit, Story } from '../../../../../docs';
import { FieldLabel } from '../field-label/field-label.story';
import { Field } from '../field/field.story';
import { HelperText } from '../helper-text/helper-text.story';
import { Select, SelectProps } from './select.story';
const borderless = [true, false] as const;
const disabled = [true, false] as const;
const invalid = [true, false] as const;
export default {
title: 'CSS/Select',
component: Select,
render: Select,
argTypes: {
...omit('class', 'empty', 'id', 'required', 'value'),
children: {
description: [
'List of options using `