ohctechv3/.svn/pristine/85/85159a5cea2e9a0a9da65e55a8068fe709ea05c1.svn-base
2024-10-28 15:03:36 +05:30

5 lines
134 B
Plaintext

'use client';
export { OptionGroup } from './OptionGroup';
export * from './OptionGroup.types';
export * from './optionGroupClasses';