Skip to content

Commit

Permalink
fix: cli
Browse files Browse the repository at this point in the history
  • Loading branch information
riddhybansal committed Sep 16, 2024
1 parent 71d97af commit 6d68842
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ import classnames from 'classnames';
import DatePicker from '../DatePicker';
import { usePrefix } from '../../internal/usePrefix';
import { FormContext } from '../FluidForm/FormContext';
import { ReactNode } from 'react';
import React from 'react';

export interface FluidDatePickerProps {
/**
* The child node(s)
*/
children?: ReactNode;
children?: React.ReactNode;
/**
* Specify an optional className to be applied to the outer FluidForm wrapper
*/
Expand Down

0 comments on commit 6d68842

Please sign in to comment.