UNPKG

@octopusdeploy/design-system-components

Version:
12 lines (11 loc) 367 B
interface NoteProps { /** @deprecated */ style?: React.CSSProperties; checkboxNote?: boolean; /** @deprecated */ className?: string; heading?: string; children?: React.ReactNode; } export declare function Note({ heading, children, style, checkboxNote, className }: NoteProps): import("react/jsx-runtime").JSX.Element; export default Note;