nectiasw 0.0.27 → 0.0.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  import { default as React } from 'react';
2
2
  import { CommonTextProps } from '@nectiasw/components/Text';
3
3
 
4
- export declare const Detail: React.FC<DetailProps & {
4
+ export declare const Menu: React.FC<DetailProps & {
5
5
  children?: React.ReactNode;
6
6
  size?: CommonTextProps["size"];
7
7
  color?: CommonTextProps["color"];
package/dist/index.d.ts CHANGED
@@ -105,5 +105,5 @@ export { download } from './utils/download';
105
105
  export { capitalize } from './utils/capitalize';
106
106
  export { formatHourTime, removeHourFormat } from './utils/time';
107
107
  export { createTimeSlots, createHalfTimeSlots } from './utils/slots';
108
- export { Detail, Section } from './components/Detail';
108
+ export * as Detail from './components/Detail';
109
109
  export type { DetailProps, SectionProps } from './components/Detail';